EGL: Declare fgPlatformSetWindow earlier to fix C warning
[freeglut] / src / egl / fg_window_egl.h
index a9e1aca..71dfd1a 100644 (file)
 #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 );
+extern void fgPlatformSetWindow ( SFG_Window *window );
 
 #endif