X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Fegl%2Ffg_window_egl.h;h=035fe24ad9d617a9122d3b537aad9a1c3bf5d0a6;hb=c229e12e3fcdbda830cedc61beaaa4e6b367b17b;hp=37b8951d7c64465368eb499b382850fc9022f1a1;hpb=44723ddf7e6337d41562680d5ca89f23816577ac;p=freeglut diff --git a/src/egl/fg_window_egl.h b/src/egl/fg_window_egl.h index 37b8951..035fe24 100644 --- a/src/egl/fg_window_egl.h +++ b/src/egl/fg_window_egl.h @@ -28,7 +28,8 @@ extern int fghChooseConfigEGL(EGLConfig* config); extern void fghPlatformOpenWindowEGL( SFG_Window* window ); -extern void fghCreateNewContextEGL( SFG_Window* window ); +extern EGLConfig fghCreateNewContextEGL( SFG_Window* window ); extern void fghPlatformCloseWindowEGL( SFG_Window* window ); +extern void fgPlatformSetWindow ( SFG_Window *window ); #endif