[PATCH libinput 2/2] Remove mention of delta coordinates having device specific direction

2014-01-29 Thread Jonas Ådahl
The event represent pointer motions on a screen, so this information is unnecessary. It could also be confused for meaning the provided coordinate's direction being device specific. Signed-off-by: Jonas Ådahl jad...@gmail.com --- src/libinput.h | 12 ++-- 1 file changed, 6 insertions(+),

Re: [PATCH libinput 2/2] Remove mention of delta coordinates having device specific direction

2014-01-29 Thread Peter Hutterer
On Wed, Jan 29, 2014 at 09:33:12PM +0100, Jonas Ådahl wrote: The event represent pointer motions on a screen, so this information is unnecessary. It could also be confused for meaning the provided coordinate's direction being device specific. Signed-off-by: Jonas Ådahl jad...@gmail.com just