Re: [PATCH libinput 1/2] tablet: Add libinput_tablet_has_axis()

2014-08-05 Thread Peter Hutterer
On Tue, Aug 05, 2014 at 05:49:38PM -0400, Stephen Chandler Paul wrote: > Checks whether or not the tablet can report the specified axis, so callers can > get an idea of a tablet's capabilities. we discussed this on IRC but for the archives: I'm thinking that this may actually be better solved by p

[PATCH libinput 1/2] tablet: Add libinput_tablet_has_axis()

2014-08-05 Thread Stephen Chandler Paul
Checks whether or not the tablet can report the specified axis, so callers can get an idea of a tablet's capabilities. Signed-off-by: Stephen Chandler Paul --- src/evdev-tablet.c | 8 src/evdev.h| 3 +++ src/libinput.c | 14 ++ src/libinput.h | 13 +