aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/fb/fbarc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/fb/fbarc.c')
-rw-r--r--xorg-server/fb/fbarc.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/xorg-server/fb/fbarc.c b/xorg-server/fb/fbarc.c
index 07fb70c4e..1ba60b81b 100644
--- a/xorg-server/fb/fbarc.c
+++ b/xorg-server/fb/fbarc.c
@@ -68,15 +68,12 @@ fbPolyArc (DrawablePtr pDrawable,
BoxRec box;
int x2, y2;
RegionPtr cclip;
- int wrapped = 0;
+#ifdef FB_ACCESS_WRAPPER
+ int wrapped = 1;
+#endif
cclip = fbGetCompositeClip (pGC);
fbGetDrawable (pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff);
-#ifdef FB_ACCESS_WRAPPER
- wrapped = 1;
-#else
- wrapped = 0;
-#endif
while (narcs--)
{
if (miCanZeroArc (parcs))