diff options
Diffstat (limited to 'nx-X11/lib/X11/SetTSOrig.c')
-rw-r--r-- | nx-X11/lib/X11/SetTSOrig.c | 9 |
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; |