summaryrefslogtreecommitdiff
path: root/src/ChGC.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:16 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:16 +0000
commit0642e99ac05afb0c90872a29ff290ffc348c4255 (patch)
tree4ca628848e7d3fc10217101970c2db6c49342ec7 /src/ChGC.c
parent400780e6a7f710b57e92a9cc792bcb4ba530ffb3 (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'src/ChGC.c')
-rw-r--r--src/ChGC.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ChGC.c b/src/ChGC.c
index f4261456..eb2385af 100644
--- a/src/ChGC.c
+++ b/src/ChGC.c
@@ -24,13 +24,10 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/X11/ChGC.c,v 1.4 2001/12/14 19:53:57 dawes Exp $ */
+/* $XFree86: xc/lib/X11/ChGC.c,v 1.5 2003/04/13 19:22:14 dawes Exp $ */
#include "Xlibint.h"
-
-/* in ChGC.c */
-extern int _XUpdateGCCache(register GC gc, register unsigned long mask,
- register XGCValues *attr);
+#include "Cr.h"
int
XChangeGC (dpy, gc, valuemask, values)