mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 21:15:59 +01:00
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.
This commit is contained in:
parent
091c6e09b1
commit
cfd605705f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue