summaryrefslogtreecommitdiffstats
path: root/include/layout.h
diff options
context:
space:
mode:
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);
22void unfocus_all(swayc_t *container); 22void unfocus_all(swayc_t *container);
23void focus_view(swayc_t *view); 23void focus_view(swayc_t *view);
24void focus_view_for(swayc_t *ancestor, swayc_t *container); 24void focus_view_for(swayc_t *ancestor, swayc_t *container);
25
25swayc_t *get_focused_container(swayc_t *parent); 26swayc_t *get_focused_container(swayc_t *parent);
26swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent); 27swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent);
27 28