[PATCH 8/265] ANSI-fied libX11

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


diff --git a/src/Border.c b/src/Border.c
index 8f0bdb6..2ac8c05 100644
--- a/src/Border.c
+++ b/src/Border.c
@@ -32,10 +32,10 @@ in this Software without prior written authorization 
from The Open Group.
 #include "Xlibint.h"
 
 int
-XSetWindowBorder(dpy, w, pixel)
-    register Display *dpy;
-    Window w;
-    unsigned long pixel;
+XSetWindowBorder(
+    register Display *dpy,
+    Window w,
+    unsigned long pixel)
 {
     register xChangeWindowAttributesReq *req;
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.x.org/archives/xorg/attachments/20070426/0bf4d3b5/attachment.pgp>


More information about the xorg mailing list