summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-22 13:53:32 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-22 13:53:32 +0200
commit8eff25b8de89fb536b7cd78d25af8907e615e605 (patch)
tree125f26d8e4313bac7a62573871f7731f96549ac1 /HISTORY
parent5aacc51c14491fa029f6408f45685bf505c606b5 (diff)
downloadvdr-8eff25b8de89fb536b7cd78d25af8907e615e605.tar.gz
vdr-8eff25b8de89fb536b7cd78d25af8907e615e605.tar.bz2
When processing XPM data, the color name "None" is no mapped to #00000000
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index e9cf9c25..1b7a027c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).