diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:16 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:16 +0000 |
commit | 0642e99ac05afb0c90872a29ff290ffc348c4255 (patch) | |
tree | 4ca628848e7d3fc10217101970c2db6c49342ec7 /src/ChGC.c | |
parent | 400780e6a7f710b57e92a9cc792bcb4ba530ffb3 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'src/ChGC.c')
-rw-r--r-- | src/ChGC.c | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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) |