summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h')
-rw-r--r--xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h b/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h
index 7d5ce91d1..5f863fa73 100644
--- a/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h
+++ b/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h,v 1.2 1998/07/25 16:59:34 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h,v 1.3 2003/02/18 21:29:59 tsi Exp $ */
/*
* Copyright IBM Corporation 1987,1988,1989
*
@@ -46,6 +46,7 @@ SOFTWARE.
/* $XConsortium: ppcGCstr.h /main/3 1996/02/21 17:57:42 kaleb $ */
#include "gc.h"
+#include "mfb.h"
typedef struct {
unsigned long planemask ;
@@ -67,7 +68,7 @@ typedef struct {
unsigned char ropOpStip ; /* rop for opaque stipple */
unsigned char ropFillArea ; /* == alu, rop, or ropOpStip */
unsigned char unused[sizeof(long) - 3];
- void (* FillArea)() ; /* fills regions; look at the code */
+ mfbFillAreaProcPtr FillArea; /* fills regions; look at the code */
/* ----- END OF "DO-NOT-CHANGE" REGION ----- */
ppcReducedRrop colorRrop ;
short lastDrawableType ; /* was last drawable a window or a pixmap? */