mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 10:48:07 +02:00
tools: fix pencil tablet tool type in libinput-record
Co-Authored-by: Claude Code <noreply@anthropic.com>
(cherry picked from commit b1f478b897)
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1468>
This commit is contained in:
parent
14759465f2
commit
5ce952eb25
1 changed files with 1 additions and 1 deletions
|
|
@ -908,7 +908,7 @@ print_tablet_tool_proximity_event(struct record_device *dev, struct libinput_eve
|
|||
tool_type = "brush";
|
||||
break;
|
||||
case LIBINPUT_TABLET_TOOL_TYPE_PENCIL:
|
||||
tool_type = "brush";
|
||||
tool_type = "pencil";
|
||||
break;
|
||||
case LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH:
|
||||
tool_type = "airbrush";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue