Re: [RFC libinput 1/2] touchpad: Extend the touchpad gesture API with pinch gestures

2015-03-16 Thread Hans de Goede
Hi, On 12-03-15 23:57, Peter Hutterer wrote: On Wed, Mar 11, 2015 at 03:20:54PM +0100, Hans de Goede wrote: Extend the touchpad gesture API with pinch gestures. Note that this new API offers a single event stream for both pinch and rotate data, this is deliberate as some applications may be int

Re: [RFC libinput 1/2] touchpad: Extend the touchpad gesture API with pinch gestures

2015-03-12 Thread Peter Hutterer
On Wed, Mar 11, 2015 at 03:20:54PM +0100, Hans de Goede wrote: > Extend the touchpad gesture API with pinch gestures. Note that this > new API offers a single event stream for both pinch and rotate data, this > is deliberate as some applications may be interested in getting both at > the same time.

[RFC libinput 1/2] touchpad: Extend the touchpad gesture API with pinch gestures

2015-03-11 Thread Hans de Goede
Extend the touchpad gesture API with pinch gestures. Note that this new API offers a single event stream for both pinch and rotate data, this is deliberate as some applications may be interested in getting both at the same time. Applications which are only interested in one or the other can simply