diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-03-29 23:15:39 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-03-29 23:15:39 -0400 |
commit | 2778edef976a669dd0019ebb5327bcfeb4de13c5 (patch) | |
tree | 6d9c1cecaa845590025f8354047e2986c3301092 /include/sway/tree | |
parent | 92c58b1e63d41d48cfb487b04a2cb105c990bc4c (diff) |
arrange windows
Diffstat (limited to 'include/sway/tree')
-rw-r--r-- | include/sway/tree/layout.h | 2 |
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 void container_sort_workspaces(struct sway_container *output); -void container_arrange_windows(struct sway_container *container, +void arrange_windows(struct sway_container *container, double width, double height); struct sway_container *container_get_in_direction(struct sway_container |