diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-08-09 08:34:59 +0900 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-09 08:34:59 +0900 |
commit | 58b2584863201f32d1a4770a1d5cde5e57b300c6 (patch) | |
tree | 5e24e6cbb4078eff9c0d1aaeadd24134edea2b90 /include/rootston/switch.h | |
parent | 913cac18359d7962e74892771bf6bd3ecf54a4a1 (diff) | |
download | wlroots-58b2584863201f32d1a4770a1d5cde5e57b300c6.tar.xz |
Remove rootston
Diffstat (limited to 'include/rootston/switch.h')
-rw-r--r-- | include/rootston/switch.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/rootston/switch.h b/include/rootston/switch.h deleted file mode 100644 index 32bc3dab..00000000 --- a/include/rootston/switch.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef ROOTSTON_SWITCH_H -#define ROOTSTON_SWITCH_H - -#include "rootston/input.h" - -struct roots_switch { - struct roots_seat *seat; - struct wlr_input_device *device; - struct wl_listener device_destroy; - - struct wl_listener toggle; - struct wl_list link; -}; - -void roots_switch_handle_toggle(struct roots_switch *switch_device, - struct wlr_event_switch_toggle *event); - -#endif |