[Bug 38688] New: Icon overlays not drawn in some cases
https://bugs.winehq.org/show_bug.cgi?id=38688 Bug ID: 38688 Summary: Icon overlays not drawn in some cases Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs(a)winehq.org Reporter: Christoph(a)ApiViewer.de Distribution: --- ImageList_DrawIndirect does not draw overlay icons in three cases where the function is taking a shortcut with "goto end;". This was tested with ReactOS\base\applications\mscutils\devmgmt_new on ReactOS which is using comctl32 from wine. Test results: in 32bit color no overlay icons are not shown at all. if (!bMask && (has_alpha || (fState & ILS_ALPHA))) ... if (bIsTransparent) bResult = alpha_blend_image ... goto end; in 16bit Color mode the overlay icons are drawn, but only the part on which the underlying icon is not transparent (wrong ROP code?) I don't think this application will work on wine because it relies on setupapi code which wine will probably does not have. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38688 --- Comment #1 from Christoph von Wittich <Christoph(a)ApiViewer.de> --- Created attachment 51609 --> https://bugs.winehq.org/attachment.cgi?id=51609 screenshot with 16 bit color -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38688 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #2 from super_man(a)post.com --- If you are aware of this issue so well are you able to write a patch for it? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38688 Casenet <casenet.us(a)dispostable.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |casenet.us(a)dispostable.com --- Comment #3 from Casenet <casenet.us(a)dispostable.com> --- If you are aware of this issue so well are you able to write a patch for its case? - https://casenet.us/ I don't think this application will work on wine because it relies on setupapi code which wine will probably do not have. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=38688 KRosUser <kyle.kcsoftwares(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle.kcsoftwares(a)gmail.com --- Comment #4 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- Problem is still present in ReactOS: https://jira.reactos.org/browse/CORE-8618 https://jira.reactos.org/browse/CORE-17206 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla