diff options
Diffstat (limited to 'nx-X11/lib/X11/SetClMask.c')
-rw-r--r-- | nx-X11/lib/X11/SetClMask.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/SetClMask.c b/nx-X11/lib/X11/SetClMask.c index 9060a9ab1..82cdb2cce 100644 --- a/nx-X11/lib/X11/SetClMask.c +++ b/nx-X11/lib/X11/SetClMask.c @@ -30,10 +30,10 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XSetClipMask (dpy, gc, mask) -register Display *dpy; -GC gc; -Pixmap mask; +XSetClipMask ( + register Display *dpy, + GC gc, + Pixmap mask) { LockDisplay(dpy); /* always update, since client may have changed pixmap contents */ |