glx: Fix build

This commit is contained in:
Jakob Bornecrantz 2010-04-28 16:19:41 +01:00
parent 9cfaaa291f
commit ef9a8fcb1b
1 changed files with 1 additions and 1 deletions

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)