wrote macro for the special key checks (shift, alt, ctrl) to
[freeglut] / src / fg_window.c
index efbae89..9760858 100644 (file)
@@ -151,7 +151,7 @@ void fgOpenWindow( SFG_Window* window, const char* title,
 
     fgInitGL2();
 
-    window->State.NeedToFixMyNameInitContext = GL_TRUE;
+    window->State.NeedToInitContext = GL_TRUE;
 }
 
 /*