Re: [PATCH xserver v5] xwayland-input: Track wayland protocol changes.

2012-05-14 Thread Kristian Høgsberg
On Sun, May 13, 2012 at 10:43:46AM -0600, Scott Moreau wrote: > Use wl_fixed_t types in the motion and enter handlers > so xwayland clients get the correct x/y values. Without > this, all pointer input is broken. Thanks to Martin Minarik > for bisecting to track down the initial problem. > --- > >

[PATCH xserver v5] xwayland-input: Track wayland protocol changes.

2012-05-13 Thread Scott Moreau
Use wl_fixed_t types in the motion and enter handlers so xwayland clients get the correct x/y values. Without this, all pointer input is broken. Thanks to Martin Minarik for bisecting to track down the initial problem. --- Fixed up the rest of the functions as well. hw/xfree86/xwayland/xwayland-