diff options
Diffstat (limited to 'nx-X11/lib/X11/InsCmap.c')
-rw-r--r-- | nx-X11/lib/X11/InsCmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/InsCmap.c b/nx-X11/lib/X11/InsCmap.c index 17e2c125f..735ab080e 100644 --- a/nx-X11/lib/X11/InsCmap.c +++ b/nx-X11/lib/X11/InsCmap.c @@ -30,9 +30,9 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XInstallColormap(dpy, cmap) -register Display *dpy; -Colormap cmap; +XInstallColormap( + register Display *dpy, + Colormap cmap) { register xResourceReq *req; LockDisplay(dpy); |