Re: [PATCH xf86-input-libinput 1/2] Add a helper function for making properties

2015-03-17 Thread Hans de Goede
Hi, On 16-03-15 23:22, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Both patches look good to me and are: Reviewed-by: Hans de Goede hdego...@redhat.com Regards, Hans --- src/libinput.c | 212 ++--- 1

[PATCH xf86-input-libinput 1/2] Add a helper function for making properties

2015-03-16 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/libinput.c | 212 ++--- 1 file changed, 80 insertions(+), 132 deletions(-) diff --git a/src/libinput.c b/src/libinput.c index 5f2bd34..1eadbc7 100644 --- a/src/libinput.c +++