Re: [PATCH 2/7] libinput: add orientation and size of touch point and pressure to the API

2015-06-10 Thread Peter Hutterer
On Wed, Jun 10, 2015 at 04:09:12PM +0200, Andreas Pokorny wrote: > This change adds four new properties to touch events. These properties are > directly forwarded from the evdev interface. I assume you have a (prospective) user for this already? If so, how are you using these? first comment here

[PATCH 2/7] libinput: add orientation and size of touch point and pressure to the API

2015-06-10 Thread Andreas Pokorny
This change adds four new properties to touch events. These properties are directly forwarded from the evdev interface. --- src/evdev.c| 81 -- src/evdev.h| 4 +++ src/libinput-private.h | 12 ++-- src/libinput.c