mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 02:20:30 +01:00
tools: align the tool type names on proximity nicely
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
aa3001668a
commit
acfec31103
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ print_proximity_event(struct libinput_event *ev)
|
|||
abort();
|
||||
}
|
||||
|
||||
printq("\t%s (%#" PRIx64 ", id %#" PRIx64 ") %s ",
|
||||
printq("\t%-8s (%#" PRIx64 ", id %#" PRIx64 ") %s ",
|
||||
tool_str,
|
||||
libinput_tablet_tool_get_serial(tool),
|
||||
libinput_tablet_tool_get_tool_id(tool),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue