diff options
Diffstat (limited to 'lib/libX11/src/ChCmap.c')
-rw-r--r-- | lib/libX11/src/ChCmap.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/libX11/src/ChCmap.c b/lib/libX11/src/ChCmap.c index 112c944b2..d9372cdf3 100644 --- a/lib/libX11/src/ChCmap.c +++ b/lib/libX11/src/ChCmap.c @@ -1,4 +1,3 @@ -/* $Xorg: ChCmap.c,v 1.4 2001/02/09 02:03:31 xorgcvs Exp $ */ /* Copyright 1986, 1998 The Open Group @@ -24,7 +23,6 @@ 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/ChCmap.c,v 1.3 2001/01/17 19:41:32 dawes Exp $ */ #ifdef HAVE_CONFIG_H #include <config.h> @@ -32,10 +30,10 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XSetWindowColormap(dpy, w, colormap) - register Display *dpy; - Window w; - Colormap colormap; +XSetWindowColormap( + register Display *dpy, + Window w, + Colormap colormap) { register xChangeWindowAttributesReq *req; |