aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/layout.h')
-rw-r--r--include/sway/layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/layout.h b/include/sway/layout.h
index 6356ad00..505036a0 100644
--- a/include/sway/layout.h
+++ b/include/sway/layout.h
@@ -7,5 +7,6 @@ void init_layout(void);
7void add_child(struct sway_container *parent, struct sway_container *child); 7void add_child(struct sway_container *parent, struct sway_container *child);
8enum swayc_layouts default_layout(struct sway_container *output); 8enum swayc_layouts default_layout(struct sway_container *output);
9void sort_workspaces(struct sway_container *output); 9void sort_workspaces(struct sway_container *output);
10void arrange_windows(struct sway_container *container, double width, double height);
10 11
11#endif 12#endif