EGL: make more code reusable - less Android-specific
[freeglut] / src / egl / fg_window_egl.h
index 23a74aa..a4beb69 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef __FG_WINDOW_EGL_H__
 #define __FG_WINDOW_EGL_H__
 
+extern void fghChooseConfigEGL(EGLConfig* config);
 extern void fghPlatformOpenWindowEGL( SFG_Window* window );
 extern void fghCreateNewContextEGL( SFG_Window* window );
 extern void fghPlatformCloseWindowEGL( SFG_Window* window );