Fixed freeglut.pdb install for builds with MSVC compiler and NMake.
[freeglut] / src / egl / fg_window_egl.h
index a9e1aca..8f5898d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * freeglut_display_android.c
+ * fg_window_egl.h
  *
  * Window management methods for EGL
  *
 #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