diff options
Diffstat (limited to 'nx-X11/lib/X11/SetClOrig.c')
-rw-r--r-- | nx-X11/lib/X11/SetClOrig.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/SetClOrig.c b/nx-X11/lib/X11/SetClOrig.c index 533fba8c5..800e1570d 100644 --- a/nx-X11/lib/X11/SetClOrig.c +++ b/nx-X11/lib/X11/SetClOrig.c @@ -30,10 +30,11 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XSetClipOrigin (dpy, gc, xorig, yorig) -register Display *dpy; -GC gc; -int xorig, yorig; +XSetClipOrigin ( + register Display *dpy, + GC gc, + int xorig, + int yorig) { XGCValues *gv = &gc->values; |