seat: rename WLR_INPUT_DEVICE_TABLET_TOOL to WLR_INPUT_DEVICE_TABLET

This commit is contained in:
Simon Ser 2024-08-24 15:00:40 +02:00
parent 874a4a1e79
commit a81cc2a8e4

2
seat.c
View file

@ -441,7 +441,7 @@ handle_new_input(struct wl_listener *listener, void *data)
case WLR_INPUT_DEVICE_SWITCH:
wlr_log(WLR_DEBUG, "Switch input is not implemented");
return;
case WLR_INPUT_DEVICE_TABLET_TOOL:
case WLR_INPUT_DEVICE_TABLET:
case WLR_INPUT_DEVICE_TABLET_PAD:
wlr_log(WLR_DEBUG, "Tablet input is not implemented");
return;