From 3a21ba020fd0f0628a128070b72f0cf7a6b64a57 Mon Sep 17 00:00:00 2001 From: taiyu Date: Sat, 15 Aug 2015 15:20:07 -0700 Subject: made better, reduced code duplication --- sway/handlers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sway/handlers.h') 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 -- cgit v1.2.3