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