diff options
author | Drew DeVault <[email protected]> | 2017-11-25 10:59:49 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2017-11-25 11:19:25 -0500 |
commit | ce1936bc65d01502e3a5f8681bb039cb95e82e0c (patch) | |
tree | fcdeb554df5aaf30aff7723171e0dfe0bf097420 /include/sway/layout.h | |
parent | 289ba64bdea0ed3d42fb195b64e19e0cac799c97 (diff) |
Arrange windows on desktop
Diffstat (limited to 'include/sway/layout.h')
-rw-r--r-- | include/sway/layout.h | 1 |
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); void add_child(struct sway_container *parent, struct sway_container *child); enum swayc_layouts default_layout(struct sway_container *output); void sort_workspaces(struct sway_container *output); +void arrange_windows(struct sway_container *container, double width, double height); #endif |