mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Only update geometry of single floating view
This commit is contained in:
parent
9f4df8b758
commit
a7f26939c2
|
@ -354,7 +354,7 @@ static void handle_view_geometry_request(wlc_handle handle, const struct wlc_geo
|
|||
view->height = view->desired_height;
|
||||
view->x = geometry->origin.x;
|
||||
view->y = geometry->origin.y;
|
||||
arrange_windows(view->parent, -1, -1);
|
||||
update_geometry(view);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue