diff options
Diffstat (limited to 'xorg-server/fb/fbarc.c')
-rw-r--r-- | xorg-server/fb/fbarc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/fb/fbarc.c b/xorg-server/fb/fbarc.c index f89b81c52..3a8a2c56a 100644 --- a/xorg-server/fb/fbarc.c +++ b/xorg-server/fb/fbarc.c @@ -77,6 +77,8 @@ fbPolyArc (DrawablePtr pDrawable, fbGetDrawable (pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); #ifdef FB_ACCESS_WRAPPER wrapped = 1; +#else + wrapped = 0; #endif while (narcs--) { |