Fixes to make floating windows work better

This commit is contained in:
Luminarys 2015-08-18 18:03:11 -05:00
parent 3e950c2b1c
commit 7137be9a3f
2 changed files with 1 additions and 4 deletions

View file

@ -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