summaryrefslogtreecommitdiff
path: root/sway/handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/handlers.h')
-rw-r--r--sway/handlers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/handlers.h b/sway/handlers.h
index b8b171c3..d1742cce 100644
--- a/sway/handlers.h
+++ b/sway/handlers.h
@@ -6,7 +6,7 @@
extern struct wlc_interface interface;
-//set focus to current pointer location
-void focus_pointer(void);
+//set focus to current pointer location and return focused container
+swayc_t *focus_pointer(void);
#endif