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 /cfb/cfbsolid.c | |
parent | 90f1536dd315cd265bfc7ef35058761a65a01734 (diff) | |
download | xserver-adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39.tar.gz |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'cfb/cfbsolid.c')
-rw-r--r-- | cfb/cfbsolid.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cfb/cfbsolid.c b/cfb/cfbsolid.c index 6d8a95692..f0a3e361e 100644 --- a/cfb/cfbsolid.c +++ b/cfb/cfbsolid.c @@ -25,7 +25,7 @@ in this Software without prior written authorization from The Open Group. * * Author: Keith Packard, MIT X Consortium */ -/* $XFree86: xc/programs/Xserver/cfb/cfbsolid.c,v 3.8 2002/09/16 18:05:31 eich Exp $ */ +/* $XFree86: xc/programs/Xserver/cfb/cfbsolid.c,v 3.9 2003/10/29 22:44:53 tsi Exp $ */ #include "X.h" @@ -771,6 +771,7 @@ RROP_NAME(cfbFillRectSolid) (pDrawable, pGC, nBox, pBox) } #endif } + RROP_UNDECLARE } void @@ -1358,4 +1359,5 @@ RROP_NAME(cfbSolidSpans) (pDrawable, pGC, nInit, pptInit, pwidthInit, fSorted) } DEALLOCATE_LOCAL(pptFree); DEALLOCATE_LOCAL(pwidthFree); + RROP_UNDECLARE } |