aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/SetTile.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/SetTile.c')
-rw-r--r--nx-X11/lib/X11/SetTile.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/SetTile.c b/nx-X11/lib/X11/SetTile.c
index 5836cf80d..d32edff06 100644
--- a/nx-X11/lib/X11/SetTile.c
+++ b/nx-X11/lib/X11/SetTile.c
@@ -30,10 +30,10 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XSetTile (dpy, gc, tile)
-register Display *dpy;
-GC gc;
-Pixmap tile;
+XSetTile (
+ register Display *dpy,
+ GC gc,
+ Pixmap tile)
{
LockDisplay(dpy);
/* always update, since client may have changed pixmap contents */