https://bugs.winehq.org/show_bug.cgi?id=47486
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Created attachment 70630 --> https://bugs.winehq.org/attachment.cgi?id=70630 Patch to allow white as first in color table
Attaching a patch to allow white as first in color table.
Quote from the code I changed:
- Note : If the first color in the color table is white followed by
black, we can't convert it to a monochrome DDB with
SetDIBits, because black and white would be inverted.
Not sure what exactly that means, it works for this usecase at least. Would probably need some adjustments...