summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 464f80c4..5d15f12b 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -134,6 +134,8 @@ struct sway_container *container_workspace_destroy(struct sway_container *contai
134struct sway_container *container_output_destroy(struct sway_container *container); 134struct sway_container *container_output_destroy(struct sway_container *container);
135struct sway_container *container_view_destroy(struct sway_container *container); 135struct sway_container *container_view_destroy(struct sway_container *container);
136 136
137struct sway_container *container_close(struct sway_container *container);
138
137// TODO move to layout.c 139// TODO move to layout.c
138struct sway_container *container_set_layout(struct sway_container *container, 140struct sway_container *container_set_layout(struct sway_container *container,
139 enum sway_container_layout layout); 141 enum sway_container_layout layout);