X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Fegl%2Ffg_window_egl.h;fp=src%2Fegl%2Ffg_window_egl.h;h=71dfd1acdbea61b33c58792f18b3719242b1d051;hb=223d39f2318e1724283c50c346843199c81d2e7c;hp=035fe24ad9d617a9122d3b537aad9a1c3bf5d0a6;hpb=e1135b6db6e0ecdcba64729e1fcbe1a9a48710ed;p=freeglut diff --git a/src/egl/fg_window_egl.h b/src/egl/fg_window_egl.h index 035fe24..71dfd1a 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 int fghChooseConfigEGL(EGLConfig* config); +extern int fghChooseConfig(EGLConfig* config); extern void fghPlatformOpenWindowEGL( SFG_Window* window ); extern EGLConfig fghCreateNewContextEGL( SFG_Window* window ); extern void fghPlatformCloseWindowEGL( SFG_Window* window );