Added comments about GLES 3.0 support with 2.0 references.
[freeglut] / src / egl / fg_internal_egl.h
index a10383d..3a0ade9 100644 (file)
@@ -47,17 +47,7 @@ typedef EGLContext SFG_WindowContextType ;
 struct tagSFG_PlatformContextEGL
 {
   EGLSurface          Surface;
-  EGLConfig           ContextConfig;
-  EGLint              ContextFormat;
-};
-
-
-/* Window's state description. This structure should be kept portable. */
-typedef struct tagSFG_PlatformWindowState SFG_PlatformWindowState;
-struct tagSFG_PlatformWindowState
-{
-    int             OldWidth;           /* Window width from before a resize */
-    int             OldHeight;          /*   "    height  "    "    "   "    */
+  EGLConfig           Config;
 };
 
 #endif