Re: [PATCH libinput] Make touch event slots seat wide

2014-02-10 Thread Jonas Ådahl
On Mon, Feb 10, 2014 at 03:13:55PM +1000, Peter Hutterer wrote: On Thu, Feb 06, 2014 at 10:27:54PM +0100, Jonas Ådahl wrote: Since a Wayland compositor have to represent all touch devices of a seat as one virtual device, lets make that easier by making the slots of touch events seat wide

Re: [PATCH libinput] Make touch event slots seat wide

2014-02-10 Thread Peter Hutterer
On Mon, Feb 10, 2014 at 10:11:47AM +0100, Jonas Ådahl wrote: On Mon, Feb 10, 2014 at 03:13:55PM +1000, Peter Hutterer wrote: On Thu, Feb 06, 2014 at 10:27:54PM +0100, Jonas Ådahl wrote: Since a Wayland compositor have to represent all touch devices of a seat as one virtual device, lets

Re: [PATCH libinput] Make touch event slots seat wide

2014-02-10 Thread Jonas Ådahl
On Mon, Feb 10, 2014 at 07:47:00PM +1000, Peter Hutterer wrote: On Mon, Feb 10, 2014 at 10:11:47AM +0100, Jonas Ådahl wrote: On Mon, Feb 10, 2014 at 03:13:55PM +1000, Peter Hutterer wrote: On Thu, Feb 06, 2014 at 10:27:54PM +0100, Jonas Ådahl wrote: Since a Wayland compositor have to

[PATCH libinput] Make touch event slots seat wide

2014-02-06 Thread Jonas Ådahl
Since a Wayland compositor have to represent all touch devices of a seat as one virtual device, lets make that easier by making the slots of touch events seat wide unique. Signed-off-by: Jonas Ådahl jad...@gmail.com --- src/evdev.c| 24 +--- src/evdev.h