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 ha

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,

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 w

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

2014-02-09 Thread Peter Hutterer
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 unique. is this really something we want to expose from libinput? i

[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 --- src/evdev.c| 24 +--- src/evdev.h| 3 +++ src/li