diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2010-04-28 16:19:41 +0100 |
---|---|---|
committer | Jakob Bornecrantz <jakob@vmware.com> | 2010-04-28 16:19:41 +0100 |
commit | e42d84eaba228d4d96a46d116c6ca24581e29439 (patch) | |
tree | 1f4d2e5ad77977d8dd00b54ab6817b5012fe8520 /src/glx/glxcmds.c | |
parent | fe0fe67aafbb2283895dfebd76c9e99db955e73c (diff) |
glx: Fix build
Diffstat (limited to 'src/glx/glxcmds.c')
-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 be9d6f29c0..926be1014a 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) |