[Bug 15229] Dragon NaturallySpeaking 10 has gdiplus error on microphone display box

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 2 15:21:46 CST 2010


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





--- Comment #67 from Vincent Povirk <madewokherd at gmail.com>  2010-02-02 15:21:44 ---
DNS does something like the following:
* Create a bitmap in ARGB format.
* Draw on the bitmap.
* Draw the bitmap on the window.

The problem is that we do our drawing with gdi32, and gdi32 doesn't really
support drawing on an ARGB surface. So all alpha values end up at 0, and we end
up drawing a transparent bitmap.

To fix this properly, we need the ability to draw without relying on gdi32.

-- 
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