diff options
Diffstat (limited to 'nx-X11/lib/X11/LookupCol.c')
-rw-r--r-- | nx-X11/lib/X11/LookupCol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/LookupCol.c b/nx-X11/lib/X11/LookupCol.c index b2af4bfd6..f7f969f56 100644 --- a/nx-X11/lib/X11/LookupCol.c +++ b/nx-X11/lib/X11/LookupCol.c @@ -46,6 +46,7 @@ XLookupColor ( XcmsCCC ccc; XcmsColor cmsColor_exact; +#ifdef XCMS /* * Let's Attempt to use Xcms and i18n approach to Parse Color */ @@ -70,6 +71,7 @@ XLookupColor ( break; } } +#endif /* * Xcms and i18n methods failed, so lets pass it to the server |