Adding the "subwin" demo to the MSVC 6.0 workspace, in both static and dynamic config...
[freeglut] / src / freeglut_state.c
index 589f8ff..9126c4f 100644 (file)
@@ -320,7 +320,7 @@ int FGAPIENTRY glutGet( GLenum eWhat )
         GLXFBConfig * fbconfig;
         int isPossible;
 
-        fbconfig = fgChooseFBConfig();
+        fbconfig = fgChooseFBConfig(NULL);
 
         if (fbconfig == NULL)
         {