summaryrefslogtreecommitdiff
path: root/src/glut/directfb/internal.h
diff options
context:
space:
mode:
authorClaudio Ciccani <klan@directfb.org>2008-02-08 12:35:08 +0100
committerJosé Fonseca <jfonseca@vmware.com>2011-07-11 20:03:35 +0100
commitcd15794a175adab490b39a0ed301a045cd3b6662 (patch)
treea3e4e10b2d105aed3e60cbd05365e26d1ea88eff /src/glut/directfb/internal.h
parent3133ec5a592935ac1dc2a89fd94a31607b1f4763 (diff)
downloadglut-cd15794a175adab490b39a0ed301a045cd3b6662.tar.gz
Fixed displaying of single buffered window.
Diffstat (limited to 'src/glut/directfb/internal.h')
-rw-r--r--src/glut/directfb/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glut/directfb/internal.h b/src/glut/directfb/internal.h
index 47311c9..55c4b5c 100644
--- a/src/glut/directfb/internal.h
+++ b/src/glut/directfb/internal.h
@@ -62,6 +62,9 @@ typedef struct __GlutWindow_s {
IDirectFBSurface *surface;
IDirectFBGL *gl;
+ /* display mode */
+ GLenum mode;
+
/* cursor position in fullscreen mode */
int cx;
int cy;