Re: [PATCH v3 weston] input: Pass axis events through pointer grab interfaces

2015-06-29 Thread Derek Foreman
Reviewed-By: Derek Foreman On 25/06/15 11:37 PM, Jonas Ådahl wrote: > Don't only send motions and buttons but also axis events through the > pointer grab interface. > > Signed-off-by: Jonas Ådahl > --- > > Changes since v2: > > * Added WL_EXPORT (since it is called from plugins). > * Added do

[PATCH v3 weston] input: Pass axis events through pointer grab interfaces

2015-06-25 Thread Jonas Ådahl
Don't only send motions and buttons but also axis events through the pointer grab interface. Signed-off-by: Jonas Ådahl --- Changes since v2: * Added WL_EXPORT (since it is called from plugins). * Added doxygen (since its WL_EXPORT:ed) desktop-shell/exposay.c| 7 +++ desktop-shell/s