X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_structure_egl.c;h=adc3ceac0823761a143ccd9ba9d67f8e1ca35b9b;hb=44856885ba35db9526d24d140b84ce492f4871d2;hp=d636bf86ac0caebde9894e4d0e8094128561ce9f;hpb=f22dcd6c08a56a76a4a251f39fedfe0ec5f71ed0;p=freeglut diff --git a/src/egl/fg_structure_egl.c b/src/egl/fg_structure_egl.c index d636bf8..adc3cea 100644 --- a/src/egl/fg_structure_egl.c +++ b/src/egl/fg_structure_egl.c @@ -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; }