Ignoring unused "none" color entries in XPM files written by some broken graphics tools

This commit is contained in:
Klaus Schmidinger
2004-06-05 13:20:19 +02:00
parent 00645daa93
commit 32e9db211d
4 changed files with 27 additions and 8 deletions

View File

@@ -2879,3 +2879,5 @@ Video Disk Recorder Revision History
- 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).
- The cBitmap::SetXpm() function now ignores unused "none" color entries, which
some broken graphics tools write into XPM files (suggested by Sascha Volkenandt).