X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_window_egl.c;h=d83a3eac47e51411403a601f52d9fa5167da97dc;hb=bc861a62269504a0f7001548d33626be17b77339;hp=a60f952fda793e6087b61e02b8b3ccb8f15d4e7b;hpb=e1135b6db6e0ecdcba64729e1fcbe1a9a48710ed;p=freeglut diff --git a/src/egl/fg_window_egl.c b/src/egl/fg_window_egl.c index a60f952..d83a3ea 100644 --- a/src/egl/fg_window_egl.c +++ b/src/egl/fg_window_egl.c @@ -26,7 +26,7 @@ #include #include "fg_internal.h" -int fghChooseConfigEGL(EGLConfig* config) { +int fghChooseConfig(EGLConfig* config) { const EGLint attribs[] = { EGL_SURFACE_TYPE, EGL_WINDOW_BIT, #ifdef GL_ES_VERSION_2_0