diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-18 19:25:16 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-18 19:25:16 -0400 |
commit | ab5805ca6eacb77494b09b1b20d278141dfa7093 (patch) | |
tree | 251a7291b6daf626a34288042dc0a69659cce36e /sway/layout.c | |
parent | e6d83206bdea32481c49c20daadf437e7a46cc60 (diff) | |
parent | ab43927a470f46271ae98faa4e1cfe3a936c6c9d (diff) |
Merge pull request #74 from Luminarys/master
Added in proper floating window resizing
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 |