From 687d44b6eaa3c64a12af9bbd557b401419b208eb Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 29 Jul 2016 00:44:38 +0200 Subject: update src files *[ch] to libX11 1.3.4 --- nx-X11/lib/X11/StColors.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nx-X11/lib/X11/StColors.c') diff --git a/nx-X11/lib/X11/StColors.c b/nx-X11/lib/X11/StColors.c index 2eb0c79f8..17a215cc0 100644 --- a/nx-X11/lib/X11/StColors.c +++ b/nx-X11/lib/X11/StColors.c @@ -30,17 +30,17 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XStoreColors(dpy, cmap, defs, ncolors) -register Display *dpy; -Colormap cmap; -XColor *defs; -int ncolors; +XStoreColors( + register Display *dpy, + Colormap cmap, + XColor *defs, + int ncolors) { register int i; xColorItem citem; register xStoreColorsReq *req; - LockDisplay(dpy); + LockDisplay(dpy); GetReq(StoreColors, req); req->cmap = cmap; @@ -56,7 +56,7 @@ int ncolors; /* note that xColorItem doesn't contain all 16-bit quantities, so we can't use Data16 */ - Data(dpy, (char *)&citem, (long) SIZEOF(xColorItem)); + Data(dpy, (char *)&citem, (long) SIZEOF(xColorItem)); /* assume size is 4*n */ } UnlockDisplay(dpy); -- cgit v1.2.3