diff options
Diffstat (limited to 'xc/programs/Xserver/cfb/cfbrrop.c')
-rw-r--r-- | xc/programs/Xserver/cfb/cfbrrop.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xc/programs/Xserver/cfb/cfbrrop.c b/xc/programs/Xserver/cfb/cfbrrop.c index 2a2533ee6..653e495b2 100644 --- a/xc/programs/Xserver/cfb/cfbrrop.c +++ b/xc/programs/Xserver/cfb/cfbrrop.c @@ -21,6 +21,7 @@ in this Software without prior written authorization from The Open Group. * * Author: Keith Packard, MIT X Consortium */ +/* $XFree86: xc/programs/Xserver/cfb/cfbrrop.c,v 1.3 2000/02/12 05:43:18 dawes Exp $ */ /* cfb reduced rasterop computations */ @@ -119,10 +120,10 @@ in this Software without prior written authorization from The Open Group. int cfbReduceRasterOp (rop, fg, pm, andp, xorp) int rop; - unsigned long fg, pm; - unsigned long *andp, *xorp; + CfbBits fg, pm; + CfbBits *andp, *xorp; { - unsigned long and, xor; + CfbBits and, xor; int rrop; fg = PFILL (fg); |