added glutGetProcAddress() and GLUT_FPS env var option
[mesa.git] / src / glut / glx / glut_win.c
index d03829c3a1a5e0fe7c0782d549bd1c0706c6dcb3..ec8ad07f221a1038a9a3490e1afa6a41dc0fb518 100644 (file)
@@ -577,7 +577,7 @@ __glutCreateWindow(GLUTwindow * parent,
   window->renderWin = window->win;
 #if defined(GLX_VERSION_1_1) && defined(GLX_SGIX_fbconfig)
   if (fbc) {
-    window->ctx = glXCreateContextWithConfigSGIX(__glutDisplay, fbc,
+    window->ctx = __glut_glXCreateContextWithConfigSGIX(__glutDisplay, fbc,
       GLX_RGBA_TYPE_SGIX, None, __glutTryDirect);
   } else
 #endif