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.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/QuColor.c b/nx-X11/lib/X11/QuColor.c
index dceeb9595..7aca7d7b8 100644
--- a/nx-X11/lib/X11/QuColor.c
+++ b/nx-X11/lib/X11/QuColor.c
@@ -24,16 +24,17 @@ in this Software without prior written authorization from The Open Group.
*/
+#define NEED_REPLIES
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#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;