http://bugs.winehq.org/show_bug.cgi?id=11846
John Klehm xixsimplicityxix@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #12575|0 |1 is obsolete| | Attachment #16132|0 |1 is obsolete| |
--- Comment #40 from John Klehm xixsimplicityxix@gmail.com 2008-10-03 00:05:03 --- Created an attachment (id=16439) --> (http://bugs.winehq.org/attachment.cgi?id=16439) A much better way to get x11 event messages to child windows
Though the other patch worked it was very inefficient and cpu intensive.
This patch provides a much better way of connecting the x11 events to a child window by storing the child window and then double posting the message to both parent and child (or owner and client, whatever it may be).