Re: [PATCH weston] libinput-device: use the new merged scroll events

2015-05-27 Thread Peter Hutterer
On Wed, May 27, 2015 at 09:07:14AM +0300, Pekka Paalanen wrote: > On Tue, 13 Jan 2015 10:29:06 +0800 > Jonas Ådahl wrote: > > > Noted. It should be semi safe to push as long as it's on libinput > > master. Weston master can depend libinput master, can't it, Pekka? > > Ahhah, sorry, this question

Re: [PATCH weston] libinput-device: use the new merged scroll events

2015-05-26 Thread Pekka Paalanen
On Tue, 13 Jan 2015 10:29:06 +0800 Jonas Ådahl wrote: > Noted. It should be semi safe to push as long as it's on libinput > master. Weston master can depend libinput master, can't it, Pekka? Ahhah, sorry, this question had stuck in my long-time backlog. I think Weston master can well depend on

Re: [PATCH weston] libinput-device: use the new merged scroll events

2015-01-14 Thread Jonas Ådahl
On Tue, Jan 13, 2015 at 11:55:37AM +1000, Peter Hutterer wrote: > libinput now provides a single event for scroll events. Extract the axes from > that event and split them into the wl events. > > Signed-off-by: Peter Hutterer > --- > Patch for the as yet unreleased libinput 0.8. Do not merge yet,

Re: [PATCH weston] libinput-device: use the new merged scroll events

2015-01-12 Thread Jonas Ådahl
On Tue, Jan 13, 2015 at 11:55:37AM +1000, Peter Hutterer wrote: > libinput now provides a single event for scroll events. Extract the axes from > that event and split them into the wl events. > > Signed-off-by: Peter Hutterer Reviewed-by: Jonas Ådahl > --- > Patch for the as yet unreleased lib

[PATCH weston] libinput-device: use the new merged scroll events

2015-01-12 Thread Peter Hutterer
libinput now provides a single event for scroll events. Extract the axes from that event and split them into the wl events. Signed-off-by: Peter Hutterer --- Patch for the as yet unreleased libinput 0.8. Do not merge yet, it'll break the build. src/libinput-device.c | 25 ---