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/cfb8bit.h | |
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/cfb8bit.h')
-rw-r--r-- | cfb/cfb8bit.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cfb/cfb8bit.h b/cfb/cfb8bit.h index a14402b83..0c6b51925 100644 --- a/cfb/cfb8bit.h +++ b/cfb/cfb8bit.h @@ -7,7 +7,7 @@ * are used for depths other than 8. Perhaps the file should be * renamed. dpw */ -/* $XFree86: xc/programs/Xserver/cfb/cfb8bit.h,v 3.7 2001/12/14 19:59:20 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/cfb/cfb8bit.h,v 3.8 2003/11/17 22:20:32 dawes Exp $ */ /* @@ -1545,24 +1545,19 @@ extern int cfb8StippleRRop; extern PixelGroup cfb8BitLenMasks[PGSZ]; extern int cfb8SetStipple ( -#if NeedFunctionPrototypes int /*alu*/, CfbBits /*fg*/, CfbBits /*planemask*/ -#endif ); extern int cfb8SetOpaqueStipple ( -#if NeedFunctionPrototypes int /*alu*/, CfbBits /*fg*/, CfbBits /*bg*/, CfbBits /*planemask*/ -#endif ); extern int cfb8ComputeClipMasks32 ( -#if NeedFunctionPrototypes BoxPtr /*pBox*/, int /*numRects*/, int /*x*/, @@ -1570,5 +1565,4 @@ extern int cfb8ComputeClipMasks32 ( int /*w*/, int /*h*/, CARD32 * /*clips*/ -#endif ); |