aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/QuColor.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/QuColor.c')
-rw-r--r--nx-X11/lib/X11/QuColor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/QuColor.c b/nx-X11/lib/X11/QuColor.c
index dceeb9595..4638095c0 100644
--- a/nx-X11/lib/X11/QuColor.c
+++ b/nx-X11/lib/X11/QuColor.c
@@ -30,10 +30,10 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XQueryColor(dpy, cmap, def)
- register Display *dpy;
- Colormap cmap;
- XColor *def; /* RETURN */
+XQueryColor(
+ register Display *dpy,
+ Colormap cmap,
+ XColor *def) /* RETURN */
{
xrgb color;
xQueryColorsReply rep;