Add seat wide slot to touch events
authorJonas Ådahl <jadahl@gmail.com>
Thu, 30 Jan 2014 21:44:49 +0000 (22:44 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Wed, 26 Feb 2014 18:32:33 +0000 (19:32 +0100)
commite80cff7b0e18da0ac57662afb99e5ec396ab3786
treee3f4e38d3f5c5ef125fbfbef5390739ff5ea7f5e
parentbc06973c2efacdc2cb7840706733581897efb9f3
Add seat wide slot to touch events

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 <jadahl@gmail.com>
src/evdev.c
src/evdev.h
src/libinput-private.h
src/libinput.c
src/libinput.h
tools/event-debug.c