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=ef9a8fcb1b651b95c570fd3a46cdea4751d2b725;p=mesa.git glx: Fix build --- 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)