Context can be used for a menu rather than the current window
[freeglut] / src / egl / fg_window_egl.h
index 37b8951..a9e1aca 100644 (file)
@@ -28,7 +28,7 @@
 
 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 );
 
 #endif