aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-04-02 21:01:33 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-04-02 21:01:33 -0400
commit1e938172d901af25336accd7fb73db4f11aa8064 (patch)
tree8dc7105631a62ce2635bb18cf26abea5d02e7837 /include
parentfbe20dedaaf1c3bdc4831b5dbde5c896038f88ec (diff)
fix more close segfaults
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
struct sway_container *container_output_destroy(struct sway_container *container);
struct sway_container *container_view_destroy(struct sway_container *container);
+struct sway_container *container_close(struct sway_container *container);
+
// TODO move to layout.c
struct sway_container *container_set_layout(struct sway_container *container,
enum sway_container_layout layout);