aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree/layout.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-03-30 16:16:12 -0400
committerGitHub <noreply@github.com>2018-03-30 16:16:12 -0400
commit7e0d430a0cee8c24fd4461711f264829b0f67e2e (patch)
treed55cdd62bd7470ff67953613c25a3a9b85182f50 /include/sway/tree/layout.h
parentcf09ea184b891594331240eb860f28975dcb8b8c (diff)
parent7eca02301ba309fa909ba9b12cb335f8f944f1ee (diff)
Merge branch 'wlroots' into wlroots-xwayland-map
Diffstat (limited to 'include/sway/tree/layout.h')
-rw-r--r--include/sway/tree/layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h
index 8239366b..0a904c4b 100644
--- a/include/sway/tree/layout.h
+++ b/include/sway/tree/layout.h
@@ -39,6 +39,8 @@ struct sway_container *container_add_sibling(struct sway_container *parent,
struct sway_container *container_remove_child(struct sway_container *child);
+struct sway_container *container_reap_empty(struct sway_container *container);
+
void container_move_to(struct sway_container* container,
struct sway_container* destination);