http://bugs.winehq.org/show_bug.cgi?id=12307 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net --- Comment #22 from Hans Leidekker <hans(a)meelstraat.net> 2008-08-19 02:32:49 ---
a) GetGlyphIndicesW fails because of the stale DC in the cache. This failure does not get propagated in ScriptPlace, so ScriptPlace returns garbage in it output buffer without telling anyone that there is garbage.
This suggests that we'd have to call GetGlyphIndicesW earlier and put the result in the cache too. This probably affects more gdi calls. -- 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.