Re: [PATCH RFC v2 xserver] xwayland-input: Fake crossing to rootwin

2016-06-21 Thread Daniel Stone
Hi Olivier, On 20 June 2016 at 19:03, Olivier Fourdan wrote: > This partially reverts commit c1565f3. > > When the pointer moves from an X11 window to a Wayland native window, > no LeaveNotify event is emitted which can lead to various unexpected > behaviors like tooltips remaining visible after

[PATCH RFC v2 xserver] xwayland-input: Fake crossing to rootwin

2016-06-20 Thread Olivier Fourdan
This partially reverts commit c1565f3. When the pointer moves from an X11 window to a Wayland native window, no LeaveNotify event is emitted which can lead to various unexpected behaviors like tooltips remaining visible after the pointer has left the window. Yet the pointer_handle_leave() is call