mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-08 19:50:18 +01:00
tablet: change error message to TABLET_TOOL from TABLET
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
87d60276f3
commit
e086f9cf92
1 changed files with 1 additions and 1 deletions
|
|
@ -1951,7 +1951,7 @@ device_has_cap(struct libinput_device *device,
|
|||
capability = "CAP_GESTURE";
|
||||
break;
|
||||
case LIBINPUT_DEVICE_CAP_TABLET_TOOL:
|
||||
capability = "CAP_TABLET";
|
||||
capability = "CAP_TABLET_TOOL";
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue