[PATCH 17/265] ANSI-fied libX11

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


diff --git a/src/ChWAttrs.c b/src/ChWAttrs.c
index 57b81ab..6b6088e 100644
--- a/src/ChWAttrs.c
+++ b/src/ChWAttrs.c
@@ -38,11 +38,11 @@ in this Software without prior written authorization 
from The Open Group.
 		     CWDontPropagate|CWColormap|CWCursor)
 
 int
-XChangeWindowAttributes (dpy, w, valuemask, attributes)
-    register Display *dpy;
-    Window w;
-    unsigned long valuemask;
-    XSetWindowAttributes *attributes;
+XChangeWindowAttributes (
+    register Display *dpy,
+    Window w,
+    unsigned long valuemask,
+    XSetWindowAttributes *attributes)
 {
     register xChangeWindowAttributesReq *req;
 



More information about the xorg mailing list