http://bugs.winehq.org/show_bug.cgi?id=11846
--- Comment #51 from John Klehm xixsimplicityxix@gmail.com 2009-02-11 00:07:17 --- (In reply to comment #50)
Hi, any news?
I emailed Alexandre about the last patch I have here. He told me that it was fine except that it doesn't handle the case in which the X11 Window isn't created yet. It is not acceptable to fall back to the desktop window like my patch does here. I haven't had the time to investigate how and when exactly X11 Windows are created for the corresponding hwnds.
So essentially it's close but not quite.
3 things have to happen before this will be fixed:
1) X11 Window not created yet fall back behavior for wintab32 (the desktop fall back in the patch I have here needs to be changed to something better) 2) tests to determine the appropriate behavior of child window mouse messages 3) correct or implement the missing mouse message behavior in wine
I've become really poor lately so I havent had much time for wine. Hopefully that will change soon. For now I have no further progress than what I've posted here except for some really hacky mouse message code.