From ef9a8fcb1b651b95c570fd3a46cdea4751d2b725 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 28 Apr 2010 16:19:41 +0100 Subject: [PATCH] glx: Fix build --- src/glx/glxcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2