diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-07-29 00:44:38 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-08-24 23:05:45 +0200 |
commit | acfe0013c9d1ef1344c7813d4dae51ba6f2da622 (patch) | |
tree | ba17af85081b346a6b0e753fd9ac1e590a4ca494 /nx-X11/lib/X11/SetStip.c | |
parent | 35145c251305a562c4273d712fab5b4b387913ab (diff) | |
download | nx-libs-acfe0013c9d1ef1344c7813d4dae51ba6f2da622.tar.gz nx-libs-acfe0013c9d1ef1344c7813d4dae51ba6f2da622.tar.bz2 nx-libs-acfe0013c9d1ef1344c7813d4dae51ba6f2da622.zip |
update src files *[ch] to libX11 1.3.4
Diffstat (limited to 'nx-X11/lib/X11/SetStip.c')
-rw-r--r-- | nx-X11/lib/X11/SetStip.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/SetStip.c b/nx-X11/lib/X11/SetStip.c index 0e6e6a74f..e95882786 100644 --- a/nx-X11/lib/X11/SetStip.c +++ b/nx-X11/lib/X11/SetStip.c @@ -30,10 +30,10 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XSetStipple (dpy, gc, stipple) -register Display *dpy; -GC gc; -Pixmap stipple; +XSetStipple ( + register Display *dpy, + GC gc, + Pixmap stipple) { LockDisplay(dpy); /* always update, since client may have changed pixmap contents */ |