mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-06 21:45:58 +01:00
wlr_switch: remove WLR_SWITCH_STATE_TOGGLE
This was originally added in 810c7b7
for use in rootston's input config
handling. It has never actually been part of the wlroots API and
shouldn't exist.
This commit is contained in:
parent
cfed039c9a
commit
4792446ee8
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ enum wlr_switch_type {
|
|||
|
||||
enum wlr_switch_state {
|
||||
WLR_SWITCH_STATE_OFF = 0,
|
||||
WLR_SWITCH_STATE_ON,
|
||||
WLR_SWITCH_STATE_TOGGLE
|
||||
WLR_SWITCH_STATE_ON
|
||||
};
|
||||
|
||||
struct wlr_event_switch_toggle {
|
||||
|
|
Loading…
Reference in a new issue