Re: [PATCH libinput v2] Add seat wide slot to touch events

2014-02-23 Thread Peter Hutterer
On Sat, Feb 22, 2014 at 03:38:27PM +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 also providing seat wide > slots with touch events. > > Seat wide slots may be accessed using > libinput_event_t

[PATCH libinput v2] Add seat wide slot to touch events

2014-02-22 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 also providing seat wide slots with touch events. Seat wide slots may be accessed using libinput_event_touch_get_seat_slot(). Signed-off-by: Jonas Ådahl --- Changes since v1: