http://bugs.winehq.org/show_bug.cgi?id=29829
Bug #: 29829 Summary: Some images in treeview have black backgrounds with native comctl32 Product: Wine Version: 1.4-rc1 Platform: x86 URL: http://www.winuae.net/files/InstallWinUAE2330.exe OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: markk@clara.co.uk Classification: Unclassified
Created attachment 38740 --> http://bugs.winehq.org/attachment.cgi?id=38740 Settings window in Windows XP
This issue shows up when using Wine with native comctl32.
WinUAE uses a treeview in its settings window. Each entry in the treeview has an icon/image to the left of the text.
With native comctl32, those images are displayed with black backgrounds. With builtin comctl32 and in Windows, the images have white (or transparent?) backgrounds.
Some pictures: - With built-in comctl32: http://bugs.winehq.org/attachment.cgi?id=38738 - With native comctl32: http://bugs.winehq.org/attachment.cgi?id=38739
http://bugs.winehq.org/show_bug.cgi?id=29829
Mark K markk@clara.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |markk@clara.co.uk
http://bugs.winehq.org/show_bug.cgi?id=29829
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
--- Comment #1 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-02-07 19:35:11 CST --- It uses unsupported ROP.
http://bugs.winehq.org/show_bug.cgi?id=29829
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|WONTFIX |
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2012-02-07 21:26:59 CST --- What makes you think that?
http://bugs.winehq.org/show_bug.cgi?id=29829
--- Comment #3 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-02-08 08:31:55 CST --- Using native comctl32: WINEDEBUG=bitblt wine explorer 2>&1 | grep StretchBlt | cut -d' ' -f18 | sort | uniq rop=220326 rop=660046 rop=8800c6 rop=cc0020
Last three are SRCINVERT, SRCAND, and SRCCOPY. First is the one that makes black background.
http://bugs.winehq.org/show_bug.cgi?id=29829
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2012-02-08 09:28:44 CST --- I don't see that here, but in any case that doesn't make it a WONTFIX. There's no such thing as an unsupported ROP.
http://bugs.winehq.org/show_bug.cgi?id=29829
Christian Costa titan.costa@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |titan.costa@gmail.com
--- Comment #5 from Christian Costa titan.costa@gmail.com 2012-02-08 10:01:36 CST --- I confirmed this bug. I have already experienced the black background with native comctl32.
http://bugs.winehq.org/show_bug.cgi?id=29829
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8ab65c222e39e4c5cb6ce8ae943 | |c982f93910487 Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2012-02-09 10:07:37 CST --- Should be fixed by 8ab65c222e39e4c5cb6ce8ae943c982f93910487.
http://bugs.winehq.org/show_bug.cgi?id=29829
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2012-02-11 13:53:20 CST --- Closing bugs fixed in 1.4-rc3.
http://bugs.winehq.org/show_bug.cgi?id=29829
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |user32