[PATCH 12/265] ANSI-fied libX11
Magnus Kessler
Magnus.Kessler at gmx.net
Thu Apr 26 12:24:26 PDT 2007
diff --git a/src/ChCmap.c b/src/ChCmap.c
index 112c944..7fd3778 100644
--- a/src/ChCmap.c
+++ b/src/ChCmap.c
@@ -32,10 +32,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;
More information about the xorg
mailing list