diff options
Diffstat (limited to 'nx-X11/lib/X11/ParseCol.c')
-rw-r--r-- | nx-X11/lib/X11/ParseCol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/ParseCol.c b/nx-X11/lib/X11/ParseCol.c index 5b7ec9f43..e997b1b8c 100644 --- a/nx-X11/lib/X11/ParseCol.c +++ b/nx-X11/lib/X11/ParseCol.c @@ -83,6 +83,7 @@ XParseColor ( } +#ifdef XCMS /* * Let's Attempt to use Xcms and i18n approach to Parse Color */ @@ -106,6 +107,7 @@ XParseColor ( break; } } +#endif /* * Xcms and i18n methods failed, so lets pass it to the server |