glx: Fix build

This commit is contained in:
Jakob Bornecrantz
2010-04-28 16:19:41 +01:00
parent fe0fe67aaf
commit e42d84eaba
+1 -1
View File
@@ -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)