http://bugs.winehq.org/show_bug.cgi?id=15367
Owen Rudge owen@owenrudge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |owen@owenrudge.net
--- Comment #13 from Owen Rudge owen@owenrudge.net 2009-07-21 22:53:27 --- I have submitted a fix for this to wine-patches:
http://www.winehq.org/pipermail/wine-patches/2009-July/076237.html
It is effectively the same as Eric's patch, although with slightly better explanation, and a minor difference in that it checks MACRO_CurrentWindow() (as the majority of other routines in that file do) rather than Globals.active_win, which conceivably could be different.