Re: [PATCH libinput 07/24] Add extra libinput_pointer_axis values for tablets

2014-04-27 Thread Peter Hutterer
On Mon, Apr 21, 2014 at 07:11:16PM +0200, Carlos Garnacho wrote: > distance/pressure/xtilt/ytilt are handled at the moment, this leaves > wheels/strips out at the moment... > > Signed-off-by: Carlos Garnacho > --- > src/libinput.h | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > >

[PATCH libinput 07/24] Add extra libinput_pointer_axis values for tablets

2014-04-21 Thread Carlos Garnacho
distance/pressure/xtilt/ytilt are handled at the moment, this leaves wheels/strips out at the moment... Signed-off-by: Carlos Garnacho --- src/libinput.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index 5b3d79e..05690a9 100644 --- a/s