Re: [PATCH libinput 15/24] tablet: Add infrastructure to store and notify axis states.

2014-04-27 Thread Peter Hutterer
On Mon, Apr 21, 2014 at 07:11:24PM +0200, Carlos Garnacho wrote: > An axis_frame event is sent too to notify a set of simultaneous axis > changes. Only the infrastructure is added, No axes are managed at the > moment. > > Signed-off-by: Carlos Garnacho > --- > src/evdev-tablet.c | 107 > +++

[PATCH libinput 15/24] tablet: Add infrastructure to store and notify axis states.

2014-04-21 Thread Carlos Garnacho
An axis_frame event is sent too to notify a set of simultaneous axis changes. Only the infrastructure is added, No axes are managed at the moment. Signed-off-by: Carlos Garnacho --- src/evdev-tablet.c | 107 + src/evdev-tablet.h | 10 + 2