commit | 9f37be694ed5fc14d783559055443d4042c73393 | [log] [tgz] |
---|---|---|
author | Brian <brian@yutani.localnet.net> | Wed Feb 28 11:58:06 2007 -0700 |
committer | Brian <brian@yutani.localnet.net> | Wed Feb 28 11:58:06 2007 -0700 |
tree | 9059286ccbecd4a4f929d3a123f47408ff2b05e7 | |
parent | 59e56ee3e5c8f9aa9ec74e1817065a7ae14012ea [diff] |
s/ARB/MESA/ in extension check (bug 10126)
diff --git a/progs/demos/winpos.c b/progs/demos/winpos.c index 2ee1df6..3a1a19e 100644 --- a/progs/demos/winpos.c +++ b/progs/demos/winpos.c
@@ -77,7 +77,7 @@ 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;