https://bugs.winehq.org/show_bug.cgi?id=51743
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Created attachment 70628 --> https://bugs.winehq.org/attachment.cgi?id=70628 Test program with screenshots
Further analysis yields that the problem is due to 1bpp bitmaps. Windows handles those different from Wine.
In short, Windows renders black in the highlight color, and white as white (instead of transparent). GSView additionally has some ownerdraw, where wine for some reason renders the inverted highlight color as background. Could be multiple issues here...
Attaching a test program to easily reproduce the issue without ownerdraw. Might take a look after I solved the 1bpp cursor issue(s)...