diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-03 14:22:06 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-03 14:22:06 -0500 |
commit | 823f6ee1229ee1c3613a293fffd017ad3865f3ce (patch) | |
tree | 02422e12285a768d24c18612f039eaede1692e83 /sway/tree | |
parent | 8239067da42545a59dbb43b941f69470d501f544 (diff) | |
parent | 7141f652594d723995aa4e9e5df850c14902a5ce (diff) |
Merge branch 'wlroots' into feature/wl-shell
Diffstat (limited to 'sway/tree')
-rw-r--r-- | sway/tree/layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c index ea7bb8bb..2d442f2a 100644 --- a/sway/tree/layout.c +++ b/sway/tree/layout.c @@ -155,7 +155,7 @@ void arrange_windows(swayc_t *container, double width, double height) { { container->width = width; container->height = height; - container->sway_view->iface.set_dimensions(container->sway_view, + container->sway_view->iface.set_size(container->sway_view, container->width, container->height); sway_log(L_DEBUG, "Set view to %.f x %.f @ %.f, %.f", container->width, container->height, |