summaryrefslogtreecommitdiffstats
path: root/sway/handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/handlers.h')
-rw-r--r--sway/handlers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/handlers.h b/sway/handlers.h
index 798b3b50..b8b171c3 100644
--- a/sway/handlers.h
+++ b/sway/handlers.h
@@ -6,4 +6,7 @@
6 6
7extern struct wlc_interface interface; 7extern struct wlc_interface interface;
8 8
9//set focus to current pointer location
10void focus_pointer(void);
11
9#endif 12#endif