Re: [PATCH weston 1/8] evdev-touchpad: Cleanup and refactoring

2012-10-15 Thread Kristian Høgsberg
On Thu, Sep 27, 2012 at 06:40:39PM +0200, Jonas Ådahl wrote: > Signed-off-by: Jonas Ådahl Applied this as-is, but even for "just cleanup and fefactoring" this is a big patch with many unrelated changes. It makes it harder to review and worse, the patch subject becomes very generic (cleanup and r

[PATCH weston 1/8] evdev-touchpad: Cleanup and refactoring

2012-09-27 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl --- src/evdev-touchpad.c | 227 ++ 1 file changed, 117 insertions(+), 110 deletions(-) diff --git a/src/evdev-touchpad.c b/src/evdev-touchpad.c index e453f9d..7a724c8 100644 --- a/src/evdev-touchpad.c +++ b/src/evdev-tou