X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fandroid%2Ffg_window_android.c;h=1b064cf235d0d8c94b9769418f8b5e26f916ac81;hb=e299df837915eaaf97e8e4ccbcb75bf1876661da;hp=1b601ab4bc8082dbe67f02ef38e290c4172ca865;hpb=c229e12e3fcdbda830cedc61beaaa4e6b367b17b;p=freeglut diff --git a/src/android/fg_window_android.c b/src/android/fg_window_android.c index 1b601ab..1b064cf 100644 --- a/src/android/fg_window_android.c +++ b/src/android/fg_window_android.c @@ -52,7 +52,7 @@ void fgPlatformOpenWindow( SFG_Window* window, const char* title, return; } - fghChooseConfigEGL(&window->Window.pContext.egl.Config); + fghChooseConfig(&window->Window.pContext.egl.Config); window->Window.Context = fghCreateNewContextEGL(window); /* Wait until window is available and OpenGL context is created */