EGL: implement fgPlatformSetWindow
[freeglut] / src / egl / fg_window_egl.h
index 37b8951..035fe24 100644 (file)
@@ -28,7 +28,8 @@
 
 extern int fghChooseConfigEGL(EGLConfig* config);
 extern void fghPlatformOpenWindowEGL( SFG_Window* window );
-extern void fghCreateNewContextEGL( SFG_Window* window );
+extern EGLConfig fghCreateNewContextEGL( SFG_Window* window );
 extern void fghPlatformCloseWindowEGL( SFG_Window* window );
+extern void fgPlatformSetWindow ( SFG_Window *window );
 
 #endif