Handle new glutInitContext* API entries in glutGetProcAddress
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@751 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
a74878aece
commit
b1b7bc4857
@ -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;
|
||||
|
Reference in New Issue
Block a user