http://bugs.winehq.org/show_bug.cgi?id=11846
John Klehm xixsimplicityxix@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16438|0 |1 is obsolete| | Attachment #16439|0 |1 is obsolete| |
--- Comment #47 from John Klehm xixsimplicityxix@gmail.com 2008-12-03 11:25:08 --- Created an attachment (id=17616) --> (http://bugs.winehq.org/attachment.cgi?id=17616) Fixes the bad assumption that the hwnd frm the generated x11 event is the context owner
This patch should just work(tm) for all the programs that had to manaully choose GA_PARENT, GA_ROOT or whatnot.
It's a much cleaner fix than my previous two patches. So no more manual hacking just apply the patch and it should work.
Please test if you can of course.
I'm going to send it in to mainline just as soon as I have a few people review it.
Keep in mind that this patch and my previous patches do NOT fix paint tool sai. This partially fixes it and probably completely fixes at least a few other tablet programs.
I'm convinced now that Sai needs NCHITTEST messages which wine doesnt support currently. I'm still plugging away on it.