[PATCH 29/265] ANSI-fied libX11

Magnus Kessler Magnus.Kessler at gmx.net
Thu Apr 26 22:22:12 PDT 2007


diff --git a/src/ConfWind.c b/src/ConfWind.c
index fddd283..7f153cb 100644
--- a/src/ConfWind.c
+++ b/src/ConfWind.c
@@ -32,11 +32,13 @@ in this Software without prior written authorization from The Open Group.
 #include "Xlibint.h"
 
 int
-XMoveResizeWindow(dpy, w, x, y, width, height)
-register Display *dpy;
-Window w;
-int x, y;
-unsigned int width, height;
+XMoveResizeWindow(
+    register Display *dpy,
+    Window w,
+    int x,
+    int y,
+    unsigned int width,
+    unsigned int height)
 {
     register xConfigureWindowReq *req;
 



More information about the xorg mailing list