diff options
author | Luminarys <[email protected]> | 2015-08-18 18:03:11 -0500 |
---|---|---|
committer | Luminarys <[email protected]> | 2015-08-18 18:03:23 -0500 |
commit | 7137be9a3fac4780c356d3f7a5d33c4235314a57 (patch) | |
tree | d4a19630fea612dd07da5aeffba0c0d6974a5335 /sway/layout.c | |
parent | 3e950c2b1c77fd3bd6a029eea6d50fbbe124b581 (diff) |
Fixes to make floating windows work better
Diffstat (limited to 'sway/layout.c')
-rw-r--r-- | sway/layout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/layout.c b/sway/layout.c index 7cb9186a..2f8027a8 100644 --- a/sway/layout.c +++ b/sway/layout.c @@ -237,8 +237,6 @@ void arrange_windows(swayc_t *container, int width, int height) { wlc_view_bring_to_front(view->handle); } else { wlc_view_set_geometry(view->handle, 0, &geometry); - view->width = width; - view->height = height; // Bring the views to the front in order of the list, the list // will be kept up to date so that more recently focused views // have higher indexes |