aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/SetTSOrig.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/SetTSOrig.c')
-rw-r--r--nx-X11/lib/X11/SetTSOrig.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/SetTSOrig.c b/nx-X11/lib/X11/SetTSOrig.c
index 53b6eab55..0117c818b 100644
--- a/nx-X11/lib/X11/SetTSOrig.c
+++ b/nx-X11/lib/X11/SetTSOrig.c
@@ -30,10 +30,11 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XSetTSOrigin (dpy, gc, x, y)
-register Display *dpy;
-GC gc;
-int x, y;
+XSetTSOrigin (
+ register Display *dpy,
+ GC gc,
+ int x,
+ int y)
{
XGCValues *gv = &gc->values;