Re: [PATCH weston] compositor-x11: Fix pointer warping with multiple outputs

2015-03-24 Thread Derek Foreman
On 20/03/15 05:17 PM, Ondřej Majerech wrote: > When using the X11 backend with multiple outputs, moving the mouse from > one output to another would cause it to warp back to the edge of the > first output. > > This was caused by the backend reporting motion events relative to each > respective out

[PATCH weston] compositor-x11: Fix pointer warping with multiple outputs

2015-03-20 Thread Ondřej Majerech
When using the X11 backend with multiple outputs, moving the mouse from one output to another would cause it to warp back to the edge of the first output. This was caused by the backend reporting motion events relative to each respective output, without taking the output's offset into account. Si