Re: [PATCH v2 xserver] xwayland: fix EnterNotify position

2012-07-16 Thread Kristian Høgsberg
On Mon, Jul 16, 2012 at 05:12:24PM +0300, Tiago Vignatti wrote: > enter handler wasn't updating sprite coordinates based on the Wayland event > just sent, failing when forwarding the correct EnterNotify to the X client. > > There was a doubt regarding whether ProcessInputEvents should be called ju

[PATCH v2 xserver] xwayland: fix EnterNotify position

2012-07-16 Thread Tiago Vignatti
enter handler wasn't updating sprite coordinates based on the Wayland event just sent, failing when forwarding the correct EnterNotify to the X client. There was a doubt regarding whether ProcessInputEvents should be called just after SetCursorPosition or not in order to dequeue the event. When th