s/ARB/MESA/ in extension check (bug 10126)
authorBrian <brian@yutani.localnet.net>
Wed, 28 Feb 2007 18:58:06 +0000 (11:58 -0700)
committerBrian <brian@yutani.localnet.net>
Wed, 28 Feb 2007 18:58:06 +0000 (11:58 -0700)
progs/demos/winpos.c

index 2ee1df6..3a1a19e 100644 (file)
@@ -77,7 +77,7 @@ static void init( void )
       WindowPosFunc = &glWindowPos2fARB;
    }
    else
-#elif defined(GL_ARB_window_pos)
+#elif defined(GL_MESA_window_pos)
    if (glutExtensionSupported("GL_MESA_window_pos")) {
       printf("Using GL_MESA_window_pos\n");
       WindowPosFunc = &glWindowPos2fMESA;