Correct ifdef - should be XACE, not XCSECURITY

This commit is contained in:
Alan Coopersmith 2006-06-21 16:21:03 -07:00 committed by Alan Coopersmith
parent 9af315a9be
commit 3e098efa35

View File

@ -2097,7 +2097,7 @@ DoGetImage(register ClientPtr client, int format, Drawable drawable,
Mask plane = 0;
char *pBuf;
xGetImageReply xgi;
#ifdef XCSECURITY
#ifdef XACE
RegionPtr pVisibleRegion = NULL;
#endif