[PATCH 6/265] ANSI-fied libX11
Magnus Kessler
Magnus.Kessler at gmx.net
Thu Apr 26 12:20:00 PDT 2007
diff --git a/src/BdrWidth.c b/src/BdrWidth.c
index db6df01..13bfd73 100644
--- a/src/BdrWidth.c
+++ b/src/BdrWidth.c
@@ -35,10 +35,10 @@ from The Open Group.
#include "Xlibint.h"
int
-XSetWindowBorderWidth(dpy, w, width)
-Display *dpy;
-Window w;
-unsigned int width;
+XSetWindowBorderWidth(
+ Display *dpy,
+ Window w,
+ unsigned int width)
{
unsigned long lwidth = width; /* must be CARD32 */
More information about the xorg
mailing list