diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-06 15:57:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-06 15:57:57 -0400 |
commit | 656ef558a2a8d55cf77cbcc8ce01c861cb78ac97 (patch) | |
tree | 243104969dc80855d313faf5a0d360dd5508dc52 /include/sway/tree/layout.h | |
parent | d447460c0153a76a0bc484bb9866cef658b3102f (diff) | |
parent | 764489e73760534d49760af123cae46109564e86 (diff) | |
download | sway-656ef558a2a8d55cf77cbcc8ce01c861cb78ac97.tar.xz |
Merge pull request #1757 from swaywm/boooooooxes
Break everything^W^WUse wlr_box for sway_container
Diffstat (limited to 'include/sway/tree/layout.h')
-rw-r--r-- | include/sway/tree/layout.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h index fc5ce21f..b2b98ee4 100644 --- a/include/sway/tree/layout.h +++ b/include/sway/tree/layout.h @@ -61,8 +61,7 @@ enum sway_container_layout container_get_default_layout( void container_sort_workspaces(struct sway_container *output); -void arrange_windows(struct sway_container *container, - double width, double height); +void arrange_windows(struct sway_container *container, int width, int height); struct sway_container *container_get_in_direction(struct sway_container *container, struct sway_seat *seat, enum movement_direction dir); |