diff options
author | Jakob Bornecrantz <[email protected]> | 2010-04-28 16:19:41 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-04-28 16:25:28 +0100 |
commit | ef9a8fcb1b651b95c570fd3a46cdea4751d2b725 (patch) | |
tree | 9b88c5398551447a61cb137ea92bdd28a19c7d00 /src | |
parent | 9cfaaa291f9c69cfc24e8a9c0d7de47319e479ed (diff) |
glx: Fix build
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/glxcmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c index e74ae3472e5..b0482977d53 100644 --- a/src/glx/glxcmds.c +++ b/src/glx/glxcmds.c @@ -887,7 +887,7 @@ glXCopyContext(Display * dpy, GLXContext source, static Bool __glXIsDirect(Display * dpy, GLXContextID contextID) { -#ifndef GLX_USE_APPLEGL /* TODO: apple indirect */ +#ifdef GLX_USE_APPLEGL /* TODO: apple indirect */ return GC_IS_DIRECT(gc); #else #if !defined(USE_XCB) |