summaryrefslogtreecommitdiff
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 @@
struct sway_switch {
struct sway_seat_device *seat_device;
+ struct wlr_switch *wlr;
enum wlr_switch_state state;
enum wlr_switch_type type;