aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/ChCmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/ChCmap.c')
-rw-r--r--nx-X11/lib/X11/ChCmap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/ChCmap.c b/nx-X11/lib/X11/ChCmap.c
index 25e869c8c..d9372cdf3 100644
--- a/nx-X11/lib/X11/ChCmap.c
+++ b/nx-X11/lib/X11/ChCmap.c
@@ -30,10 +30,10 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XSetWindowColormap(dpy, w, colormap)
- register Display *dpy;
- Window w;
- Colormap colormap;
+XSetWindowColormap(
+ register Display *dpy,
+ Window w,
+ Colormap colormap)
{
register xChangeWindowAttributesReq *req;