Handle new glutInitContext* API entries in glutGetProcAddress
authorSven Panne <sven.panne@aedion.de>
Wed, 5 Nov 2008 18:11:40 +0000 (18:11 +0000)
committerSven Panne <sven.panne@aedion.de>
Wed, 5 Nov 2008 18:11:40 +0000 (18:11 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@751 7f0cb862-5218-0410-a997-914c9d46530a

src/freeglut_ext.c

index 613fcc2..cf400f3 100644 (file)
@@ -193,6 +193,8 @@ static GLUTproc fghGetGLUTProcAddress( const char* procName )
     CHECK_NAME(glutJoystickGetMinRange);
     CHECK_NAME(glutJoystickGetMaxRange);
     CHECK_NAME(glutJoystickGetCenter);
+    CHECK_NAME(glutInitContextVersion);
+    CHECK_NAME(glutInitContextFlags);
 #undef CHECK_NAME
 
     return NULL;