mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 19:18:03 +02:00
event-debug: Display touch event seats as signed integer
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
3a07b03df5
commit
63f192c466
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ print_touch_event(struct libinput_event *ev)
|
||||||
|
|
||||||
print_event_time(libinput_event_touch_get_time(t));
|
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,
|
type,
|
||||||
libinput_event_touch_get_slot(t),
|
libinput_event_touch_get_slot(t),
|
||||||
li_fixed_to_double(x),
|
li_fixed_to_double(x),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue