mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Fixes to make floating windows work better
This commit is contained in:
parent
3e950c2b1c
commit
7137be9a3f
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue