Re: [PATCH libinput 06/11] util: add a couple of 3x3 matrix helper functions

2014-08-29 Thread Hans de Goede
Hi, On 08/29/2014 01:51 AM, Peter Hutterer wrote: > On Thu, Aug 28, 2014 at 03:04:30PM +0200, Hans de Goede wrote: >> Hi, >> >> On 08/27/2014 06:31 AM, Peter Hutterer wrote: >>> Signed-off-by: Peter Hutterer >>> --- >>> src/libinput-util.h | 100 >>> +

Re: [PATCH libinput 06/11] util: add a couple of 3x3 matrix helper functions

2014-08-28 Thread Peter Hutterer
On Thu, Aug 28, 2014 at 03:04:30PM +0200, Hans de Goede wrote: > Hi, > > On 08/27/2014 06:31 AM, Peter Hutterer wrote: > > Signed-off-by: Peter Hutterer > > --- > > src/libinput-util.h | 100 > > > > test/misc.c | 78

Re: [PATCH libinput 06/11] util: add a couple of 3x3 matrix helper functions

2014-08-28 Thread Hans de Goede
Hi, On 08/27/2014 06:31 AM, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > src/libinput-util.h | 100 > > test/misc.c | 78 > 2 files changed, 178 insertions(+) > > diff --git

[PATCH libinput 06/11] util: add a couple of 3x3 matrix helper functions

2014-08-26 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- src/libinput-util.h | 100 test/misc.c | 78 2 files changed, 178 insertions(+) diff --git a/src/libinput-util.h b/src/libinput-util.h index 5d366b0..925b86e 1