summaryrefslogtreecommitdiff
path: root/sway/handlers.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2015-08-15 18:47:44 -0400
committerDrew DeVault <[email protected]>2015-08-15 18:47:44 -0400
commit2732c40813557882a1e5b09fd9cdf592bdcc3247 (patch)
tree5a2229d9e33968aba41c4bd4cd76dd1d11a41ab9 /sway/handlers.h
parent4014b215ebe39ad4b9c624c10f57a3660d5e626d (diff)
parent3a21ba020fd0f0628a128070b72f0cf7a6b64a57 (diff)
Merge pull request #34 from taiyu-len/master
fixed fullscreen & focusing
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