From e42d84eaba228d4d96a46d116c6ca24581e29439 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 28 Apr 2010 16:19:41 +0100 Subject: glx: Fix build --- src/glx/glxcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glx/glxcmds.c') 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) -- cgit v1.2.3