X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fx11%2Ffg_ext_x11.c;h=6b63287afb8842296a49616051831a2a9724a77b;hb=002dae879eda329f38fe65cb6f99d4f481a2eb47;hp=d243cfd1140feef89c1b7aaa6890f672ea390161;hpb=5b3d339481bac6dbaeb599bffc1325f716585bfe;p=freeglut diff --git a/src/x11/fg_ext_x11.c b/src/x11/fg_ext_x11.c index d243cfd..6b63287 100644 --- a/src/x11/fg_ext_x11.c +++ b/src/x11/fg_ext_x11.c @@ -1,5 +1,5 @@ /* - * freeglut_ext.c + * fg_ext.c * * Functions related to OpenGL extensions. * @@ -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