diff options
Diffstat (limited to 'hw/xfree86/xf4bpp/mfbfillarc.c')
-rw-r--r-- | hw/xfree86/xf4bpp/mfbfillarc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xfree86/xf4bpp/mfbfillarc.c b/hw/xfree86/xf4bpp/mfbfillarc.c index 14c2ccb66..4c4d8eab6 100644 --- a/hw/xfree86/xf4bpp/mfbfillarc.c +++ b/hw/xfree86/xf4bpp/mfbfillarc.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/mfbfillarc.c,v 1.5 2003/02/18 21:29:59 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/mfbfillarc.c,v 1.6 2003/11/03 05:11:56 tsi Exp $ */ /************************************************************ Copyright (c) 1989 X Consortium @@ -244,16 +244,16 @@ xf4bppPolyFillArcSolid xArc *parcs ) { - mfbPrivGC *priv; register xArc *arc; register int i; BoxRec box; RegionPtr cclip; +#if 0 + mfbPrivGC *priv; int rop; priv = (mfbPrivGC *) pGC->devPrivates[mfbGCPrivateIndex].ptr; rop = priv->rop; -#if 0 if ((rop == RROP_NOP) || !(pGC->planemask & 1)) #else if ( !(pGC->planemask & 0x0F)) |