summaryrefslogtreecommitdiff
path: root/src/xcms/QuCols.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:26:57 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:26:57 +0000
commitac8f15d8622a23dd57928f1c40da5ecafbb31492 (patch)
treeb465a0b386ce699c33c736b3a341a183901f7f17 /src/xcms/QuCols.c
parent917de4a98eeb9a7eafeab7ddd8e1b1ae6aae6514 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'src/xcms/QuCols.c')
-rw-r--r--src/xcms/QuCols.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/xcms/QuCols.c b/src/xcms/QuCols.c
index c857e46..f2ca1a2 100644
--- a/src/xcms/QuCols.c
+++ b/src/xcms/QuCols.c
@@ -32,15 +32,11 @@
*
*
*/
-/* $XFree86: xc/lib/X11/QuCols.c,v 1.3 2001/01/17 19:41:42 dawes Exp $ */
+/* $XFree86: xc/lib/X11/QuCols.c,v 1.4 2003/04/13 19:22:17 dawes Exp $ */
#include "Xlibint.h"
#include "Xcmsint.h"
-
-/* EXTERNS */
-
-/* SetGetCols.c */
-extern Status _XcmsSetGetColors();
+#include "Cv.h"
/************************************************************************
@@ -76,6 +72,6 @@ XcmsQueryColors(dpy, colormap, pXcmsColors_in_out, nColors, result_format)
* specified pixels.
*/
{
- return(_XcmsSetGetColors (XQueryColors, dpy, colormap,
+ return(_XcmsSetGetColors(XQueryColors, dpy, colormap,
pXcmsColors_in_out, nColors, result_format, (Bool *) NULL));
}