diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c index df960e32d8a..37c968b7e7e 100644 --- a/src/glx/glxcmds.c +++ b/src/glx/glxcmds.c @@ -1771,7 +1771,7 @@ _GLX_PUBLIC GLX_ALIAS(XVisualInfo *, glXGetVisualFromFBConfigSGIX, _GLX_PUBLIC GLX_ALIAS(GLXContext, glXCreateContextWithConfigSGIX, (Display *dpy, GLXFBConfigSGIX fbconfig, int renderType, GLXContext shareList, Bool direct), - (dpy, config, renderType, shareList, direct), + (dpy, fbconfig, renderType, shareList, direct), glXCreateNewContext) _GLX_PUBLIC GLXFBConfigSGIX