When processing XPM data, the color name "None" is no mapped to #00000000

This commit is contained in:
Klaus Schmidinger
2004-05-22 13:53:32 +02:00
parent 5aacc51c14
commit 8eff25b8de
3 changed files with 6 additions and 1 deletions

View File

@@ -2819,3 +2819,5 @@ Video Disk Recorder Revision History
cEvent::GetDateString() should note that this function now returns a longer
string, including the day of week. The new function const char *WeekDayName(time_t t)
can be called with a time_t value to get the day of week for that time.
- When processing XPM data, the color name "None" is no mapped to #00000000, which
is "fully transparent" (suggested by Sascha Volkenandt).