[PATCH] dix: send NonlinearVirtual FocusOut events to the immediate parent (#44079)

2012-01-02 Thread Peter Hutterer
For a NonlinearVirtual transition from windows A to B, A-parent did not receive an event. DeviceFocusOutEvents sends to windows ]from, to[, so start with the actual window, not it's parent. X.Org Bug http://bugs.freedesktop.org/show_bug.cgi?id=44079 Signed-off-by: Peter Hutterer

Re: [PATCH] dix: send NonlinearVirtual FocusOut events to the immediate parent (#44079)

2012-01-02 Thread Chase Douglas
On 01/02/2012 07:05 PM, Peter Hutterer wrote: For a NonlinearVirtual transition from windows A to B, A-parent did not receive an event. DeviceFocusOutEvents sends to windows ]from, to[, so start with the actual window, not it's parent. X.Org Bug

Re: [PATCH] dix: send NonlinearVirtual FocusOut events to the immediate parent (#44079)

2012-01-02 Thread Peter Hutterer
nevermind, retracting this patch. the fixed XTS reports a number of issues with XI focus events, so this may be a larger problem. Cheers, Peter On Tue, Jan 03, 2012 at 01:05:27PM +1000, Peter Hutterer wrote: For a NonlinearVirtual transition from windows A to B, A-parent did not receive an