Re: [PATCH weston] evdev: Convert wl_fixed_t to int before using internally

2012-05-09 Thread Kristian Høgsberg
On Wed, May 09, 2012 at 08:46:44AM +0200, Jonas Ådahl wrote: > Signed-off-by: Jonas Ådahl Thanks, that fixes the immediate problem. I think we want to switch to wl_fixed_t in notify_motion() though, so we'll probably rewrite this again shortly. Kristian > --- > src/evdev.c |4 ++-- > 1 fi

[PATCH weston] evdev: Convert wl_fixed_t to int before using internally

2012-05-08 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl --- src/evdev.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/evdev.c b/src/evdev.c index c65b82f..5fa7ae6 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -300,8 +300,8 @@ evdev_flush_motion(struct evdev_input_device *device, uint32_t tim