From 58b2584863201f32d1a4770a1d5cde5e57b300c6 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 9 Aug 2019 08:34:59 +0900 Subject: Remove rootston --- include/rootston/switch.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 include/rootston/switch.h (limited to 'include/rootston/switch.h') 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 -- cgit v1.2.3