aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-02-29 12:43:08 +0100
committerSimon Ser <contact@emersion.fr>2024-02-29 12:43:08 +0100
commitcfd605705fa349a70bb828abf0dedcb6cc02e24f (patch)
treee86ea61eb76a7e21fb897b6623c2940a1e022f21 /include
parent091c6e09b1bbca6dc7d7191f92a375c4524bba64 (diff)
input-device: fix WLR_INPUT_DEVICE_TABLET_TOOL doc comment
wlr_tablet_tool is not a wlr_input_device. The name is confusing, but changing it would be a breaking change. Let's fix the docs as a first step.
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_input_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_input_device.h b/include/wlr/types/wlr_input_device.h
index 141cf21f..3e47dc47 100644
--- a/include/wlr/types/wlr_input_device.h
+++ b/include/wlr/types/wlr_input_device.h
@@ -23,7 +23,7 @@ enum wlr_input_device_type {
WLR_INPUT_DEVICE_KEYBOARD, // struct wlr_keyboard
WLR_INPUT_DEVICE_POINTER, // struct wlr_pointer
WLR_INPUT_DEVICE_TOUCH, // struct wlr_touch
- WLR_INPUT_DEVICE_TABLET_TOOL, // struct wlr_tablet_tool
+ WLR_INPUT_DEVICE_TABLET_TOOL, // struct wlr_tablet
WLR_INPUT_DEVICE_TABLET_PAD, // struct wlr_tablet_pad
WLR_INPUT_DEVICE_SWITCH, // struct wlr_switch
};