Re: [PATCH weston v3] input: use doubles in the interfaces to notify of input events

2016-03-22 Thread Giulio Camuffo
2016-03-22 14:32 GMT+02:00 Pekka Paalanen : > On Mon, 21 Mar 2016 13:29:00 +0200 > Giulio Camuffo wrote: > >> This patch is a further step in the wl_fixed_t internal sanitization. >> It changes the notify_* functions to take doubles instead of wl_fixed_t >> but does not change how these are stored

Re: [PATCH weston v3] input: use doubles in the interfaces to notify of input events

2016-03-22 Thread Pekka Paalanen
On Mon, 21 Mar 2016 13:29:00 +0200 Giulio Camuffo wrote: > This patch is a further step in the wl_fixed_t internal sanitization. > It changes the notify_* functions to take doubles instead of wl_fixed_t > but does not change how these are stored in the various input structs > yet, except for west

Re: [PATCH weston v3] input: use doubles in the interfaces to notify of input events

2016-03-22 Thread Giulio Camuffo
2016-03-22 11:47 GMT+02:00 Daniel Stone : > Hey Giulio, > > On 21 March 2016 at 11:29, Giulio Camuffo wrote: >> @@ -1275,11 +1275,15 @@ input_set_cursor(struct wayland_input *input) >> static void >> input_handle_pointer_enter(void *data, struct wl_pointer *pointer, >>

Re: [PATCH weston v3] input: use doubles in the interfaces to notify of input events

2016-03-22 Thread Daniel Stone
Hey Giulio, On 21 March 2016 at 11:29, Giulio Camuffo wrote: > @@ -1275,11 +1275,15 @@ input_set_cursor(struct wayland_input *input) > static void > input_handle_pointer_enter(void *data, struct wl_pointer *pointer, >uint32_t serial, struct wl_surface *surface, > -

[PATCH weston v3] input: use doubles in the interfaces to notify of input events

2016-03-21 Thread Giulio Camuffo
This patch is a further step in the wl_fixed_t internal sanitization. It changes the notify_* functions to take doubles instead of wl_fixed_t but does not change how these are stored in the various input structs yet, except for weston_pointer_axis_event. However this already allows to remove all wl