aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/PmapBord.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/PmapBord.c')
-rw-r--r--nx-X11/lib/X11/PmapBord.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/PmapBord.c b/nx-X11/lib/X11/PmapBord.c
index 780948468..7e1be616e 100644
--- a/nx-X11/lib/X11/PmapBord.c
+++ b/nx-X11/lib/X11/PmapBord.c
@@ -30,10 +30,10 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XSetWindowBorderPixmap(dpy, w, pixmap)
- register Display *dpy;
- Window w;
- Pixmap pixmap;
+XSetWindowBorderPixmap(
+ register Display *dpy,
+ Window w,
+ Pixmap pixmap)
{
register xChangeWindowAttributesReq *req;
LockDisplay(dpy);