aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/BdrWidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/BdrWidth.c')
-rw-r--r--nx-X11/lib/X11/BdrWidth.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/BdrWidth.c b/nx-X11/lib/X11/BdrWidth.c
index 66b650458..5da8ce772 100644
--- a/nx-X11/lib/X11/BdrWidth.c
+++ b/nx-X11/lib/X11/BdrWidth.c
@@ -33,10 +33,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 */