summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 572dd8e3..3548afc1 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -97,13 +97,12 @@ struct sway_container *container_workspace_create(
97struct sway_container *container_view_create( 97struct sway_container *container_view_create(
98 struct sway_container *sibling, struct sway_view *sway_view); 98 struct sway_container *sibling, struct sway_view *sway_view);
99 99
100struct sway_container *container_output_destroy( 100struct sway_container *container_output_destroy(struct sway_container *output);
101 struct sway_container *output);
102 101
103struct sway_container *container_view_destroy(struct sway_container *view); 102struct sway_container *container_view_destroy(struct sway_container *view);
104 103
105struct sway_container *container_set_layout( 104struct sway_container *container_set_layout(struct sway_container *container,
106 struct sway_container *container, enum sway_container_layout layout); 105 enum sway_container_layout layout);
107 106
108void container_descendents(struct sway_container *root, 107void container_descendents(struct sway_container *root,
109 enum sway_container_type type, 108 enum sway_container_type type,