summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-26 14:43:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-26 14:43:00 +0100
commit3cd87d3c47640bf18b6bee3f58a327f601b0f80e (patch)
tree54964b0098438602383967e1b0bbed83ffc5651b /HISTORY
parentc3f5c97eadb3fc84cd0c25410e2a4bc6eb873ed8 (diff)
downloadvdr-3cd87d3c47640bf18b6bee3f58a327f601b0f80e.tar.gz
vdr-3cd87d3c47640bf18b6bee3f58a327f601b0f80e.tar.bz2
The DrawBitmap() function now has a new parameter 'Overlay' that allows a bitmap to be drawn with a transparent background
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 75bef2ca..c8f09224 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4410,3 +4410,5 @@ Video Disk Recorder Revision History
- The 'event id' in EPG data has been extended to 32 bit, so that external tools
can generate ids that don't collide with those from the DVB data stream
(suggested by Matthias Schniedermeyer).
+- The DrawBitmap() function now has a new parameter 'Overlay' that allows a bitmap
+ to be drawn with a transparent background (thanks to Alexander Hans).