Re: [PATCH libinput 1/3] test: move the interface declaration down

2014-06-16 Thread Hans de Goede
Hi, On 06/13/2014 04:48 AM, Peter Hutterer wrote: > No functional changes, just some prep work. The commit message seems wrong, as the interface declaration is actually being moved up, not down (*). With a fixed commit message this is: Reviewed-by: Hans de Goede Regards, Hans *) Must not m

[PATCH libinput 1/3] test: move the interface declaration down

2014-06-12 Thread Peter Hutterer
No functional changes, just some prep work. Signed-off-by: Peter Hutterer --- test/litest.c | 35 +-- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/test/litest.c b/test/litest.c index 0a9cc72..d3f8f0d 100644 --- a/test/litest.c +++ b/test/litest.