diff options
Diffstat (limited to 'nx-X11/lib/X11/SetBack.c')
-rw-r--r-- | nx-X11/lib/X11/SetBack.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/SetBack.c b/nx-X11/lib/X11/SetBack.c index c10d17c1e..269d10cc7 100644 --- a/nx-X11/lib/X11/SetBack.c +++ b/nx-X11/lib/X11/SetBack.c @@ -30,10 +30,10 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XSetBackground (dpy, gc, background) -register Display *dpy; -GC gc; -unsigned long background; /* CARD32 */ +XSetBackground ( + register Display *dpy, + GC gc, + unsigned long background) /* CARD32 */ { LockDisplay(dpy); if (gc->values.background != background) { |