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