aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/layout.h')
-rw-r--r--include/sway/tree/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h
index 8bb9e075..f73b3880 100644
--- a/include/sway/tree/layout.h
+++ b/include/sway/tree/layout.h
@@ -39,7 +39,7 @@ struct sway_container *add_sibling(struct sway_container *parent,
39 39
40struct sway_container *remove_child(struct sway_container *child); 40struct sway_container *remove_child(struct sway_container *child);
41 41
42enum swayc_layouts default_layout(struct sway_container *output); 42enum sway_container_layout default_layout(struct sway_container *output);
43 43
44void sort_workspaces(struct sway_container *output); 44void sort_workspaces(struct sway_container *output);
45 45