aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/switch.h')
-rw-r--r--include/sway/input/switch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/switch.h b/include/sway/input/switch.h
index 213b471d..de6787b7 100644
--- a/include/sway/input/switch.h
+++ b/include/sway/input/switch.h
@@ -5,6 +5,7 @@
5 5
6struct sway_switch { 6struct sway_switch {
7 struct sway_seat_device *seat_device; 7 struct sway_seat_device *seat_device;
8 struct wlr_switch *wlr;
8 enum wlr_switch_state state; 9 enum wlr_switch_state state;
9 enum wlr_switch_type type; 10 enum wlr_switch_type type;
10 11