Re: [PATCH libinput 2/2 v2] tablet: Add libinput_tool_has_axis() and tests

2014-08-07 Thread Peter Hutterer
On Thu, Aug 07, 2014 at 06:54:55PM -0400, Stephen Chandler Paul wrote: > Because the axes that tool reports can change depending on the tool in use, we > want to be able to provide functionality to determine which axes each tool can > support. > > Signed-off-by: Stephen Chandler Paul > --- > > C

[PATCH libinput 2/2 v2] tablet: Add libinput_tool_has_axis() and tests

2014-08-07 Thread Stephen Chandler Paul
Because the axes that tool reports can change depending on the tool in use, we want to be able to provide functionality to determine which axes each tool can support. Signed-off-by: Stephen Chandler Paul --- Changes: - Added a description to the patch - Fixed all of the memory le