[PATCH 41/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Fri Apr 27 00:46:21 PDT 2007


diff --git a/src/CrWindow.c b/src/CrWindow.c
index 9a15f2e..d0b17a2 100644
--- a/src/CrWindow.c
+++ b/src/CrWindow.c
@@ -30,14 +30,16 @@ in this Software without prior written authorization from The Open Group.
 #endif
 #include "Xlibint.h"
 
-Window XCreateSimpleWindow(dpy, parent, x, y, width, height, 
-                      borderWidth, border, background)
-    register Display *dpy;
-    Window parent;
-    int x, y;
-    unsigned int width, height, borderWidth;
-    unsigned long border;
-    unsigned long background;
+Window XCreateSimpleWindow(
+    register Display *dpy,
+    Window parent,
+    int x, 
+    int y,
+    unsigned int width, 
+    unsigned int height,
+    unsigned int borderWidth,
+    unsigned long border,
+    unsigned long background)
 {
     Window wid;
     register xCreateWindowReq *req;



More information about the xorg mailing list