diff options
Diffstat (limited to 'sway/handlers.h')
-rw-r--r-- | sway/handlers.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sway/handlers.h b/sway/handlers.h deleted file mode 100644 index d1742cce..00000000 --- a/sway/handlers.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _SWAY_HANDLERS_H -#define _SWAY_HANDLERS_H - -#include <stdbool.h> -#include <wlc/wlc.h> - -extern struct wlc_interface interface; - -//set focus to current pointer location and return focused container -swayc_t *focus_pointer(void); - -#endif |