diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-30 11:58:17 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-30 13:49:34 -0400 |
commit | 49379dd0fc0758f89d7f4fa4fb5b08c7f4c26ae6 (patch) | |
tree | b67a66382125811fde75e5c3dff37d7081860c78 /include/sway/tree/layout.h | |
parent | 1c50d79e1940d9dce6217d0ca19611a19709120a (diff) |
Fix workspace deletion edge cases
Diffstat (limited to 'include/sway/tree/layout.h')
-rw-r--r-- | include/sway/tree/layout.h | 2 |
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); |