mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Handle xwayland views sending new sizes in their commits
This commit is contained in:
parent
9ee89f11c4
commit
8af4e2e3e6
2 changed files with 11 additions and 2 deletions
|
|
@ -1089,6 +1089,7 @@ void container_set_geometry_from_floating_view(struct sway_container *con) {
|
|||
con->y = view->y - top;
|
||||
con->width = view->width + border_width * 2;
|
||||
con->height = top + view->height + border_width;
|
||||
container_set_dirty(con);
|
||||
}
|
||||
|
||||
bool container_is_floating(struct sway_container *container) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue