Re: [PATCH weston] compositor: Fix cursor positioning right after input_device.attach

2012-05-15 Thread Kristian Høgsberg
On Tue, May 15, 2012 at 04:14:47PM +0300, Ander Conselvan de Oliveira wrote: > The type of fields x and y in wl_input_device was changed to wl_fixed_t > but input_device_attach() was still using it as if it were integer. > This bug caused the pointer sprite to be configured in the wrong place > on

[PATCH weston] compositor: Fix cursor positioning right after input_device.attach

2012-05-15 Thread Ander Conselvan de Oliveira
The type of fields x and y in wl_input_device was changed to wl_fixed_t but input_device_attach() was still using it as if it were integer. This bug caused the pointer sprite to be configured in the wrong place on the screen (usually outside the visible area) but it would soon be corrected in notif