From 22315865696264aeef296364c7fc420b972a10fb Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 9 Aug 2015 19:27:25 -0400 Subject: Implement splith/splitv Ref #2 --- sway/layout.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sway/layout.h') diff --git a/sway/layout.h b/sway/layout.h index 0e34cb5c..08f3f78b 100644 --- a/sway/layout.h +++ b/sway/layout.h @@ -53,7 +53,8 @@ void focus_view(swayc_t *view); void arrange_windows(swayc_t *container, int width, int height); swayc_t *find_container(swayc_t *container, bool (*test)(swayc_t *view, void *data), void *data); swayc_t *get_focused_container(swayc_t *parent); - +int remove_container_from_parent(swayc_t *parent, swayc_t *container); +swayc_t *create_container(swayc_t *parent, wlc_handle handle); swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent); #endif -- cgit v1.2.3-70-g09d2