summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/container.h')
-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 6aa66da0..46f1c5ab 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -87,6 +87,8 @@ struct sway_container {
87 } events; 87 } events;
88}; 88};
89 89
90struct sway_container *container_create(enum sway_container_type type);
91
90// TODO only one container create function and pass the type? 92// TODO only one container create function and pass the type?
91struct sway_container *container_output_create( 93struct sway_container *container_output_create(
92 struct sway_output *sway_output); 94 struct sway_output *sway_output);