X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fx11%2Ffg_ext_x11.c;h=925c0d5dabc924d249d0f19e0891fefc17fc11a7;hb=55a8bc593affc3565d63453d35773cdbf1046216;hp=d243cfd1140feef89c1b7aaa6890f672ea390161;hpb=5b3d339481bac6dbaeb599bffc1325f716585bfe;p=freeglut diff --git a/src/x11/fg_ext_x11.c b/src/x11/fg_ext_x11.c index d243cfd..925c0d5 100644 --- a/src/x11/fg_ext_x11.c +++ b/src/x11/fg_ext_x11.c @@ -49,6 +49,7 @@ GLUTproc fgPlatformGetGLUTProcAddress( const char* procName ) } +#ifndef EGL_VERSION_1_0 SFG_Proc fgPlatformGetProcAddress( const char *procName ) { #if defined( GLX_ARB_get_proc_address ) @@ -57,4 +58,4 @@ SFG_Proc fgPlatformGetProcAddress( const char *procName ) return NULL; #endif } - +#endif