[Bug 25549] Mega Games Pack fails to draw bitmap graphics

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 20 11:42:51 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=25549

--- Comment #16 from Vincent Povirk <madewokherd at gmail.com> 2011-09-20 11:42:50 CDT ---
Gdiplus only uses DIBs for images without alpha, so the content of the alpha
channel shouldn't matter. Also, gdiplus only blits to HDCs or HWNDs it gets
from the program, never to DIBs that it creates.

So that suggests to me that in this case gdiplus doesn't know anything more
about the alpha channel than gdi32 does.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list