Re: [PATCH libinput v2 5/5] tablet: Include axes with all events

2014-06-26 Thread Peter Hutterer
On Thu, Jun 26, 2014 at 06:02:52PM -0400, Stephen Chandler Paul wrote: > Signed-off-by: Stephen Chandler Paul Reviewed-by: Peter Hutterer with the &foo -> foo changes in the memcpy. Cheers, Peter > --- > src/evdev-tablet.c | 11 +-- > src/libinput-private.h | 7 +-- > src/

[PATCH libinput v2 5/5] tablet: Include axes with all events

2014-06-26 Thread Stephen Chandler Paul
Signed-off-by: Stephen Chandler Paul --- src/evdev-tablet.c | 11 +-- src/libinput-private.h | 7 +-- src/libinput.c | 14 -- src/libinput.h | 3 --- 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/src/evdev-tablet.c b/src/evdev-tablet