X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_window_egl.h;fp=src%2Fegl%2Ffg_window_egl.h;h=37b8951d7c64465368eb499b382850fc9022f1a1;hb=44723ddf7e6337d41562680d5ca89f23816577ac;hp=a4beb69a50a1948174a23aa90e05fbe471d424bf;hpb=cdeae7881c68d9501ed28e7b839b31771a09d22d;p=freeglut diff --git a/src/egl/fg_window_egl.h b/src/egl/fg_window_egl.h index a4beb69..37b8951 100644 --- a/src/egl/fg_window_egl.h +++ b/src/egl/fg_window_egl.h @@ -26,7 +26,7 @@ #ifndef __FG_WINDOW_EGL_H__ #define __FG_WINDOW_EGL_H__ -extern void fghChooseConfigEGL(EGLConfig* config); +extern int fghChooseConfigEGL(EGLConfig* config); extern void fghPlatformOpenWindowEGL( SFG_Window* window ); extern void fghCreateNewContextEGL( SFG_Window* window ); extern void fghPlatformCloseWindowEGL( SFG_Window* window );