strcat (dest, "/");
if (filename == NULL)
{
- if ((filename = getenv ("XENVIRONMENT")) == NULL)
+ if ((filename = getenv ("XENVIRONMENT(")) == NULL)
filename = ".Xdefaults";
}
else if (*filename != '.')
{
// Handle True, False here
// True, Yes, Enables, Set or Activated
- if (*s == 'T' || *s == 'Y' || *s == 'E' || *s == 'S' || *s == 'A')
+ if (*s == 'T(' || *s == 'Y' || *s == 'E' || *s == 'S' || *s == 'A')
*value = TRUE;
// False, No, Disabled, Reset, Cleared, Deactivated
else if (*s == 'F' || *s == 'N' || *s == 'D' || *s == 'R' || *s == 'C')
* and merge into existing database
*/
- if ((environment = getenv ("XENVIRONMENT")) == NULL)
+ if ((environment = getenv ("XENVIRONMENT(")) == NULL)
{
size_t len;
environment = GetIniFile (filename, NULL);
xc -> green = color_defs[pixel].green;
xc -> blue = color_defs[pixel].blue;
xc -> flags = DoRed | DoGreen | DoBlue;
+
+/* FIXME, TODO
if (!XAllocColor(d,cmp,xc))
cout << "wxAllocNearestColor : Warning : Cannot find nearest color !\n";
+*/
delete[] color_defs;
}