Putting in the "glutFullScreen" support for Gnome and other X window managers per...
[freeglut] / src / freeglut_structure.c
index c1b9145..e092429 100644 (file)
@@ -97,6 +97,7 @@ SFG_Window* fgCreateWindow( SFG_Window* parent, const char* title,
 
     window->State.IgnoreKeyRepeat = GL_FALSE;
     window->State.KeyRepeating    = GL_FALSE;
+    window->State.IsFullscreen    = GL_FALSE;
 
     /*
      * Open the window now. The fgOpenWindow() function is system