CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 02/12/04 15:18:33
Log message:
o Don't pass a transformed color name to the Xserver, if Xcms.txt is
installed and there is an entry for a given name, the Xcms routines
would convert for example "gray70" to "tekhvc:0.0/70.0/0.0", which
does not exist in rgb.txt. This patch just remembers the argument
string, and if Xcms does not return success, pass the original
string to the Xserver request.
The string returned by _XcmsResolveColorString() is a pointer to a
string in a static table in cmsColNm.c:pairs.
Modified files:
xc/lib/X11/:
GetColor.c LookupCol.c ParseCol.c
Revision Changes Path
1.5 +14 -7 xc/lib/X11/GetColor.c
1.5 +14 -8 xc/lib/X11/LookupCol.c
1.5 +14 -6 xc/lib/X11/ParseCol.c
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit