The DrawBitmap() function now has a new parameter 'Overlay' that allows a bitmap to be drawn with a transparent background

This commit is contained in:
Klaus Schmidinger
2006-02-26 14:43:00 +01:00
parent c3f5c97ead
commit 3cd87d3c47
4 changed files with 23 additions and 11 deletions

View File

@@ -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).