From 3e098efa35ba70ad4d5699af3130a3b02e1cb06e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 21 Jun 2006 16:21:03 -0700 Subject: [PATCH] Correct ifdef - should be XACE, not XCSECURITY --- dix/dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dix/dispatch.c b/dix/dispatch.c index ef97edcf2..04347438d 100644 --- a/dix/dispatch.c +++ b/dix/dispatch.c @@ -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