http://bugs.winehq.org/show_bug.cgi?id=14842
Summary: Graphics glitch in DAZ Studio - regression Product: Wine Version: unspecified Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: niels.emmersen@pkf-it.dk
Cursor and checkboxes are clearly faulty. Bisect leads back to this:
fd8746b43ce24e209dd22c0bb1a4fe3ea38720a6 is first bad commit commit fd8746b43ce24e209dd22c0bb1a4fe3ea38720a6 Author: Michael Karcher wine@mkarcher.dialup.fu-berlin.de Date: Sun Jun 29 13:30:01 2008 +0200
gdi32: Fix palette of 1bpp DIB in GetDIBits.
Windows always generates a black/white palette for 1 bit DIBs generated from DDBs. Copying from the current palette only takes place for color DDBs (not explicitly mentioned in MSDN), and only if depth equal (MSDN states it, explicitly).
:040000 040000 507639edcf625253b7d9a2c63ea437adae1d980e f92463cfcde544b90d062fc1218883679b27cd57 M dlls