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:
Peter Hutterer 2026-03-11 20:53:11 +10:00
parent 14759465f2
commit 5ce952eb25

View file

@ -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";