summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-28 15:33:22 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-28 15:33:22 +0200
commit887194ccc11fe75188d61c1f24a79eb204053489 (patch)
tree482e675e2ec479b1219ee757323d6cdc60cc2af7 /HISTORY
parent3c0dbfe19e06ca1f47a9940b23600dcb37daac07 (diff)
downloadvdr-887194ccc11fe75188d61c1f24a79eb204053489.tar.gz
vdr-887194ccc11fe75188d61c1f24a79eb204053489.tar.bz2
cBitmap::DrawBitmap() now also resets the palette if the entire bitmap area is covered
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 0c220bfb..a4dbdefd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2846,3 +2846,5 @@ Video Disk Recorder Revision History
in order to prevent a "hangup" in case, e.g., the LIRC driver is not loaded (thanks
to Helmut Auer).
- Updated 'channels.conf.terr' for Hannover (thanks to Peter Waechtler).
+- cBitmap::DrawBitmap() now also resets the palette if the entire bitmap area is
+ covered (suggested by Sascha Volkenandt).