aboutsummaryrefslogtreecommitdiff
path: root/include/layout.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-16 22:11:33 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-16 22:11:33 -0400
commitcb504c8f7b0face15a29de5b3b9f12ffe8bc6848 (patch)
tree1351a85fa95badc95b0408387c90c366495c28ab /include/layout.h
parent9e56d72e112b20f0d1dc42b377ab9b07816f9d16 (diff)
parentf1d5305dc61944deebbab2322118d7a1a15b998e (diff)
Merge pull request #53 from taiyu-len/master
send_to_back/bring_to_front set when view changes visibility.
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/layout.h b/include/layout.h
index 38a1f24b..a7f43fda 100644
--- a/include/layout.h
+++ b/include/layout.h
@@ -22,6 +22,7 @@ void arrange_windows(swayc_t *container, int width, int height);
void unfocus_all(swayc_t *container);
void focus_view(swayc_t *view);
void focus_view_for(swayc_t *ancestor, swayc_t *container);
+
swayc_t *get_focused_container(swayc_t *parent);
swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent);