summaryrefslogtreecommitdiff
path: root/xc/lib/X11/cmsGlobls.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/X11/cmsGlobls.c')
-rw-r--r--xc/lib/X11/cmsGlobls.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/xc/lib/X11/cmsGlobls.c b/xc/lib/X11/cmsGlobls.c
index c74d3ad2a..962bce543 100644
--- a/xc/lib/X11/cmsGlobls.c
+++ b/xc/lib/X11/cmsGlobls.c
@@ -32,7 +32,7 @@
*
*
*/
-/* $XFree86: xc/lib/X11/cmsGlobls.c,v 1.2 1999/05/09 10:50:28 dawes Exp $ */
+/* $XFree86: xc/lib/X11/cmsGlobls.c,v 1.3 2000/01/29 18:58:14 dawes Exp $ */
#include "Xlibint.h"
#include "Xcmsint.h"
@@ -136,17 +136,17 @@ XcmsFunctionSet **_XcmsSCCFuncSets = _XcmsSCCFuncSetsInit;
* X Consortium Registered Device-Independent Color Spaces
* Note that prefix must be in lowercase.
*/
-char _XcmsCIEXYZ_prefix[] = "ciexyz";
-char _XcmsCIEuvY_prefix[] = "cieuvy";
-char _XcmsCIExyY_prefix[] = "ciexyy";
-char _XcmsCIELab_prefix[] = "cielab";
-char _XcmsCIELuv_prefix[] = "cieluv";
-char _XcmsTekHVC_prefix[] = "tekhvc";
+const char _XcmsCIEXYZ_prefix[] = "ciexyz";
+const char _XcmsCIEuvY_prefix[] = "cieuvy";
+const char _XcmsCIExyY_prefix[] = "ciexyy";
+const char _XcmsCIELab_prefix[] = "cielab";
+const char _XcmsCIELuv_prefix[] = "cieluv";
+const char _XcmsTekHVC_prefix[] = "tekhvc";
/*
* Registered Device-Dependent Color Spaces
*/
-char _XcmsRGBi_prefix[] = "rgbi";
-char _XcmsRGB_prefix[] = "rgb";
+const char _XcmsRGBi_prefix[] = "rgbi";
+const char _XcmsRGB_prefix[] = "rgb";
XcmsRegColorSpaceEntry _XcmsRegColorSpaces[] = {
{ _XcmsCIEXYZ_prefix, XcmsCIEXYZFormat },