Make the slots unsigned, the kernel guarantees a base of 0

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-12-05 17:04:42 +10:00
parent 74955e0b95
commit 2aec703c2e

View file

@ -162,7 +162,7 @@ struct libinput_event_pointer_axis {
struct libinput_event_touch_touch {
struct libinput_event base;
uint32_t time;
int32_t slot;
uint32_t slot;
li_fixed_t x;
li_fixed_t y;
enum libinput_touch_type touch_type;