EGL: separate config and context code
[freeglut] / src / egl / fg_structure_egl.c
index d636bf8..adc3cea 100644 (file)
@@ -31,5 +31,5 @@ extern SFG_Structure fgStructure;
 void fgPlatformCreateWindow ( SFG_Window *window )
 {
   window->Window.pContext.egl.Surface = EGL_NO_SURFACE;
-  window->Window.pContext.egl.ContextConfig = NULL;
+  window->Window.pContext.egl.Config = NULL;
 }