X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_state_egl.c;h=f3b922af90c218c6a8adc7d31d0d7a3c6309d6fa;hb=bc861a62269504a0f7001548d33626be17b77339;hp=79da6d147ae7f9adbb7170b65c5c3ac253ce0aa2;hpb=b27ccc213edf4168d445037cf3dceb82772f1b2b;p=freeglut diff --git a/src/egl/fg_state_egl.c b/src/egl/fg_state_egl.c index 79da6d1..f3b922a 100644 --- a/src/egl/fg_state_egl.c +++ b/src/egl/fg_state_egl.c @@ -76,9 +76,9 @@ int fghPlatformGlutGetEGL ( GLenum eWhat ) /* I do not know yet if there will be a fgChooseVisual() function for Win32 */ case GLUT_DISPLAY_MODE_POSSIBLE: { - /* We should not have to call fgPlatformChooseFBConfig again here. */ + /* We should not have to call fghChooseConfig again here. */ EGLConfig config; - return fghChooseConfigEGL(&config); + return fghChooseConfig(&config); } /* This is system-dependant */