fghChooseConfigEGL returns 1/0 if found/not found
[freeglut] / src / egl / fg_window_egl.h
index 23a74aa..37b8951 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef __FG_WINDOW_EGL_H__
 #define __FG_WINDOW_EGL_H__
 
+extern int fghChooseConfigEGL(EGLConfig* config);
 extern void fghPlatformOpenWindowEGL( SFG_Window* window );
 extern void fghCreateNewContextEGL( SFG_Window* window );
 extern void fghPlatformCloseWindowEGL( SFG_Window* window );