From: Jakob Bornecrantz Date: Wed, 28 Apr 2010 15:19:41 +0000 (+0100) Subject: glx: Fix build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e42d84eaba228d4d96a46d116c6ca24581e29439;p=mesa.git glx: Fix build --- diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c index be9d6f29c01..926be1014a8 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)