[PATCH 35/265] ANSI-fied libX11
Magnus Kessler
Magnus.Kessler at gmx.net
Thu Apr 26 23:28:02 PDT 2007
diff --git a/src/CrCmap.c b/src/CrCmap.c
index c53faeb..1725fec 100644
--- a/src/CrCmap.c
+++ b/src/CrCmap.c
@@ -33,11 +33,11 @@ in this Software without prior written authorization from The Open Group.
#include "Xcmsint.h"
-Colormap XCreateColormap(dpy, w, visual, alloc)
-register Display *dpy;
-Window w;
-Visual *visual;
-int alloc;
+Colormap XCreateColormap(
+ register Display *dpy,
+ Window w,
+ Visual *visual,
+ int alloc)
{
register xCreateColormapReq *req;
Colormap mid;
More information about the xorg
mailing list