Putting in the "glutFullScreen" support for Gnome and other X window managers per...
[freeglut] / src / freeglut_internal.h
index 5b2784a..7c71873 100644 (file)
@@ -436,6 +436,8 @@ struct tagSFG_WindowState
     GLboolean       KeyRepeating;       /* Currently in repeat mode          */
 
     GLboolean       NeedToResize;       /* Do we need to resize the window?  */
+
+    GLboolean       IsFullscreen;       /* is the window fullscreen? */
 };