Skip to content
Snippets Groups Projects
Commit 63f192c4 authored by Jonas Ådahl's avatar Jonas Ådahl
Browse files

event-debug: Display touch event seats as signed integer


Signed-off-by: default avatarJonas Ådahl <jadahl@gmail.com>
parent 3a07b03d
No related branches found
No related tags found
Loading
......@@ -336,7 +336,7 @@ print_touch_event(struct libinput_event *ev)
print_event_time(libinput_event_touch_get_time(t));
printf("%6s %u %5.2f/%5.2f\n",
printf("%6s %d %5.2f/%5.2f\n",
type,
libinput_event_touch_get_slot(t),
li_fixed_to_double(x),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment