Rename fghChooseConfigEGL -> fghChooseConfig (not a specialization of an existing...
[freeglut] / src / egl / fg_window_egl.h
index 035fe24..71dfd1a 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef __FG_WINDOW_EGL_H__
 #define __FG_WINDOW_EGL_H__
 
-extern int fghChooseConfigEGL(EGLConfig* config);
+extern int fghChooseConfig(EGLConfig* config);
 extern void fghPlatformOpenWindowEGL( SFG_Window* window );
 extern EGLConfig fghCreateNewContextEGL( SFG_Window* window );
 extern void fghPlatformCloseWindowEGL( SFG_Window* window );