Re: [PATCH libinput 04/11] touchpad: Change how we deal with scroll methods

2015-02-19 Thread Hans de Goede
Hi, On 19-02-15 10:50, Peter Hutterer wrote: On Wed, Feb 18, 2015 at 01:26:47PM +0100, Hans de Goede wrote: With the upcoming gesture support 2fg scrolling will be handled as part of the main gesture state machine, where as edge scrolling has its own state typo: whereas Fixed in my personal

Re: [PATCH libinput 04/11] touchpad: Change how we deal with scroll methods

2015-02-19 Thread Peter Hutterer
On Wed, Feb 18, 2015 at 01:26:47PM +0100, Hans de Goede wrote: > With the upcoming gesture support 2fg scrolling will be handled as part of > the main gesture state machine, where as edge scrolling has its own state typo: whereas Cheers, Peter > machine, our current way of dispatching scroll

[PATCH libinput 04/11] touchpad: Change how we deal with scroll methods

2015-02-18 Thread Hans de Goede
With the upcoming gesture support 2fg scrolling will be handled as part of the main gesture state machine, where as edge scrolling has its own state machine, our current way of dispatching scroll "actions" does not play well with this. Change the scroll method handling to treat edge and 2fg scroll