X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fx11%2Ffreeglut_window_x11.c;h=f4d50e1105564c432eb3921967e88192de9fe7b0;hb=5a3e5c7b7749ca1b3de57591c90d6424d1dd4b86;hp=f810965bf712068f6eb485a8ae1aaee38bb1b030;hpb=d685109e7dc055afb54e955e937eef7fb2ed4d1d;p=freeglut diff --git a/src/x11/freeglut_window_x11.c b/src/x11/freeglut_window_x11.c index f810965..f4d50e1 100644 --- a/src/x11/freeglut_window_x11.c +++ b/src/x11/freeglut_window_x11.c @@ -304,7 +304,7 @@ static GLXContext fghCreateNewContext( SFG_Window* window ) /* new context creation */ int attributes[9]; - CreateContextAttribsProc createContextAttribs = (CreateContextAttribsProc) fghGetProcAddress( "glXCreateContextAttribsARB" ); + CreateContextAttribsProc createContextAttribs = (CreateContextAttribsProc) fgPlatformGetProcAddress( "glXCreateContextAttribsARB" ); /* glXCreateContextAttribsARB not found, yet the user has requested the new context creation */ if ( !createContextAttribs && !fghIsLegacyContextRequested() ) {