summaryrefslogtreecommitdiffstats
path: root/include/sway
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-29 23:15:39 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-29 23:15:39 -0400
commit2778edef976a669dd0019ebb5327bcfeb4de13c5 (patch)
tree6d9c1cecaa845590025f8354047e2986c3301092 /include/sway
parentrename container_for_each_descendent (diff)
downloadsway-2778edef976a669dd0019ebb5327bcfeb4de13c5.tar.gz
sway-2778edef976a669dd0019ebb5327bcfeb4de13c5.tar.zst
sway-2778edef976a669dd0019ebb5327bcfeb4de13c5.zip
arrange windows
Diffstat (limited to 'include/sway')
-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 6980ec9e..ad52bdb0 100644
--- a/include/sway/tree/layout.h
+++ b/include/sway/tree/layout.h
@@ -43,7 +43,7 @@ enum sway_container_layout container_get_default_layout(struct sway_container *o
43 43
44void container_sort_workspaces(struct sway_container *output); 44void container_sort_workspaces(struct sway_container *output);
45 45
46void container_arrange_windows(struct sway_container *container, 46void arrange_windows(struct sway_container *container,
47 double width, double height); 47 double width, double height);
48 48
49struct sway_container *container_get_in_direction(struct sway_container 49struct sway_container *container_get_in_direction(struct sway_container