diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
commit | adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39 (patch) | |
tree | 23eb7becc5360b2cbe16aa8d45529880067f3989 /mfb/mfbfillarc.c | |
parent | 90f1536dd315cd265bfc7ef35058761a65a01734 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'mfb/mfbfillarc.c')
-rw-r--r-- | mfb/mfbfillarc.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mfb/mfbfillarc.c b/mfb/mfbfillarc.c index 5484e9259..886c2852a 100644 --- a/mfb/mfbfillarc.c +++ b/mfb/mfbfillarc.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/mfb/mfbfillarc.c,v 1.5 2001/12/14 20:00:06 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/mfb/mfbfillarc.c,v 1.6 2003/07/16 01:38:55 dawes Exp $ */ /************************************************************ Copyright 1989, 1998 The Open Group @@ -29,7 +29,7 @@ in this Software without prior written authorization from The Open Group. #include "X.h" #include "Xprotostr.h" -#include "miscstruct.h" +#include "regionstr.h" #include "gcstruct.h" #include "pixmapstr.h" #include "scrnintstr.h" @@ -39,10 +39,10 @@ in this Software without prior written authorization from The Open Group. #include "mi.h" static void -mfbFillEllipseSolid(pDraw, arc, rop) - DrawablePtr pDraw; - xArc *arc; - register int rop; +mfbFillEllipseSolid( + DrawablePtr pDraw, + xArc *arc, + register int rop) { int x, y, e; int yk, xk, ym, xm, dx, dy, xorg, yorg; @@ -220,11 +220,11 @@ mfbFillEllipseSolid(pDraw, arc, rop) } static void -mfbFillArcSliceSolidCopy(pDraw, pGC, arc, rop) - DrawablePtr pDraw; - GCPtr pGC; - xArc *arc; - register int rop; +mfbFillArcSliceSolidCopy( + DrawablePtr pDraw, + GCPtr pGC, + xArc *arc, + register int rop) { register PixelType *addrl; register int n; |