diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/switch.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/rootston/switch.h b/include/rootston/switch.h index 28197774..7aaa8c95 100644 --- a/include/rootston/switch.h +++ b/include/rootston/switch.h @@ -4,15 +4,15 @@ #include "rootston/input.h" struct roots_switch { - struct roots_seat *seat; - struct wlr_input_device *device; - struct wl_listener device_destroy; + struct roots_seat *seat; + struct wlr_input_device *device; + struct wl_listener device_destroy; - struct wl_listener toggle; - struct wl_list link; + struct wl_listener toggle; + struct wl_list link; }; void roots_switch_handle_toggle(struct roots_switch *lid_switch, - struct wlr_event_switch_toggle *event); + struct wlr_event_switch_toggle *event); -#endif // ROOTSTON_SWITCH_H +#endif |