diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-06-05 11:42:08 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-06-05 11:42:08 +0200 |
commit | 00645daa93f8b26de7b6a71ea425ef406bdf55d6 (patch) | |
tree | b81b506325bf21e5eb42b41c62d74a54b3457f9b /HISTORY | |
parent | 2a5a55cee77c35c437e9f92cbc012e4ffe223dd3 (diff) | |
download | vdr-00645daa93f8b26de7b6a71ea425ef406bdf55d6.tar.gz vdr-00645daa93f8b26de7b6a71ea425ef406bdf55d6.tar.bz2 |
Implemented drawing "transparent" texts
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2876,3 +2876,6 @@ Video Disk Recorder Revision History - Fixed cBitmap::DrawPixel(), which messed with other bitmaps' palettes in case the pixel coordinates were outside this bitmap (thanks to Sascha Volkenandt for reporting this one). +- The cBitmap::DrawText() function now doesn't set any background pixels if the + given background color is clrTransparent. This allows drawing "transparent" + texts (suggested by Sascha Volkenandt). |