Re: [PATCH libinput 21/23] test: Add motion event test for tablets

2014-06-15 Thread Peter Hutterer
On Thu, Jun 12, 2014 at 11:28:42PM -0400, Stephen Chandler Paul wrote: > Based off the patch originally written by Carlos Garnacho > > Signed-off-by: Stephen Chandler Paul > --- > test/tablet.c | 65 > ++- > 1 file changed, 64 insertions(+

[PATCH libinput 21/23] test: Add motion event test for tablets

2014-06-12 Thread Stephen Chandler Paul
Based off the patch originally written by Carlos Garnacho Signed-off-by: Stephen Chandler Paul --- test/tablet.c | 65 ++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/test/tablet.c b/test/tablet.c index 9c5397f..80a70c8 10