Re: [PATCH libinput 3/3] touchpad: correct a wrong comment

2014-07-18 Thread Hans de Goede
Hi, On 07/18/2014 09:01 AM, Peter Hutterer wrote: > The minimum to start 2fg scrolling is in device units, not pixels. Which is > bad on many levels, but let's correct it in the comment at least. > > Signed-off-by: Peter Hutterer > --- > src/evdev-mt-touchpad.c | 2 +- > 1 file changed, 1 inser

[PATCH libinput 3/3] touchpad: correct a wrong comment

2014-07-18 Thread Peter Hutterer
The minimum to start 2fg scrolling is in device units, not pixels. Which is bad on many levels, but let's correct it in the comment at least. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev-mt-touchpad.c b/sr