diff options
Diffstat (limited to 'libX11/src/QuColors.c')
-rw-r--r-- | libX11/src/QuColors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libX11/src/QuColors.c b/libX11/src/QuColors.c index 237b8bf03..d02958eca 100644 --- a/libX11/src/QuColors.c +++ b/libX11/src/QuColors.c @@ -73,8 +73,8 @@ _XQueryColors( int XQueryColors( - register Display * const dpy, - const Colormap cmap, + register Display * dpy, + Colormap cmap, XColor *defs, /* RETURN */ int ncolors) { |