http://bugs.winehq.org/show_bug.cgi?id=29143
Bug #: 29143 Summary: Re: regression bisected to commit: gdi32: Implement nulldrv_StretchDIBits using the PutImage gdi driver function. Product: Wine Version: 1.3.33 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: wolfgang.walter@studentenwerk.mhn.de Classification: Unclassified
Hello,
I just tested version 1.3.33. With this version an application we use shows its icons with wrong colors. The background of the icons is wrong, too. I bisected it to commit c9a7bb715d2db1512db30deb11e4676e76791a07.
I then checked that by replacing nulldrv_StretchDIBits in 1.3.33 with its older implementation.
c9a7bb715d2db1512db30deb11e4676e76791a07 is the first bad commit commit c9a7bb715d2db1512db30deb11e4676e76791a07 Author: Huw Davies huw@codeweavers.com Date: Mon Oct 17 15:46:07 2011 +0100
gdi32: Implement nulldrv_StretchDIBits using the PutImage gdi driver function.
:040000 040000 e4cfeee3adcb0fe2c0502909c87b2740a8de08e5 00851b246b095bdf4cafd3e6f9965c811d1c87a4 M dlls
Regards,