EGL: separate config and context code
[freeglut] / src / egl / fg_internal_egl.h
index a10383d..f2015b9 100644 (file)
@@ -47,8 +47,7 @@ typedef EGLContext SFG_WindowContextType ;
 struct tagSFG_PlatformContextEGL
 {
   EGLSurface          Surface;
-  EGLConfig           ContextConfig;
-  EGLint              ContextFormat;
+  EGLConfig           Config;
 };