Re: [PATCH weston] input: add a weston_pointer_clear_focus() helper function

2015-05-11 Thread Derek Foreman
On 10/05/15 04:02 AM, Giulio Camuffo wrote: > 2015-04-17 0:02 GMT+03:00 Derek Foreman : >> This adds a function to clear pointer focus and also set the sx,sy >> co-ordinates to an arbitrary value we shouldn't compute with. >> >> Assertions are added to make sure any time pointer focus is set to NUL

Re: [PATCH weston] input: add a weston_pointer_clear_focus() helper function

2015-05-10 Thread Giulio Camuffo
2015-04-17 0:02 GMT+03:00 Derek Foreman : > This adds a function to clear pointer focus and also set the sx,sy > co-ordinates to an arbitrary value we shouldn't compute with. > > Assertions are added to make sure any time pointer focus is set to NULL > these values are used. > > weston_compositor_p

[PATCH weston] input: add a weston_pointer_clear_focus() helper function

2015-04-16 Thread Derek Foreman
This adds a function to clear pointer focus and also set the sx,sy co-ordinates to an arbitrary value we shouldn't compute with. Assertions are added to make sure any time pointer focus is set to NULL these values are used. weston_compositor_pick_view() now returns these values too. Signed-off-b