diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-06-05 11:24:37 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-06-05 11:24:37 +0200 |
commit | 2a5a55cee77c35c437e9f92cbc012e4ffe223dd3 (patch) | |
tree | c209495dc0fa211ff56faf8a4afd8f3114d20065 /CONTRIBUTORS | |
parent | 916b740d99b6caa5f1c4e2e404fdea350a7bd1c9 (diff) | |
download | vdr-2a5a55cee77c35c437e9f92cbc012e4ffe223dd3.tar.gz vdr-2a5a55cee77c35c437e9f92cbc012e4ffe223dd3.tar.bz2 |
Fixed cBitmap::DrawPixel(), which messed with other bitmaps' palettes in case the pixel coordinates were outside this bitmap
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cb59f2f8..bb7d68fd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -713,6 +713,8 @@ Sascha Volkenandt <sascha@akv-soft.de> for suggesting to map the color name "None" to #00000000 when processing XPM data for suggesting to also reset the palette in cBitmap::DrawBitmap() if the entire bitmap area is covered + for reporting a bug in cBitmap::DrawPixel(), which messed with other bitmaps' + palettes in case the pixel coordinates were outside this bitmap Malcolm Caldwell <malcolm.caldwell@ntu.edu.au> for modifying LOF handling to allow for C-band reception |