summaryrefslogtreecommitdiff
path: root/afb/afbfillrct.c
diff options
context:
space:
mode:
Diffstat (limited to 'afb/afbfillrct.c')
-rw-r--r--afb/afbfillrct.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/afb/afbfillrct.c b/afb/afbfillrct.c
index 3646d78c6..ed2e6031e 100644
--- a/afb/afbfillrct.c
+++ b/afb/afbfillrct.c
@@ -65,7 +65,6 @@ SOFTWARE.
#include "maskbits.h"
#define MODEQ(a, b) ((a) %= (b))
-void afbPaintOddSize();
/*
filled rectangles.
@@ -76,11 +75,11 @@ helper function in the GC.
#define NUM_STACK_RECTS 1024
void
-afbPolyFillRect(pDrawable, pGC, nrectFill, prectInit)
- DrawablePtr pDrawable;
- GCPtr pGC;
- int nrectFill; /* number of rectangles to fill */
- xRectangle *prectInit; /* Pointer to first rectangle to fill */
+afbPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nrectFill, xRectangle *prectInit)
+
+
+ /* number of rectangles to fill */
+ /* Pointer to first rectangle to fill */
{
xRectangle *prect;
RegionPtr prgnClip;