mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Fix position of xwayland views on multiple outputs
This commit is contained in:
parent
edceb0218d
commit
84d20ca5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ maximize(struct cg_view *view, int width, int height) {
|
|||
}
|
||||
|
||||
wlr_xwayland_surface_configure(xwayland_view->xwayland_surface,
|
||||
view->ox + box->x, view->oy + box->y, width,
|
||||
view->ox, view->oy, width,
|
||||
height);
|
||||
wlr_xwayland_surface_set_maximized(xwayland_view->xwayland_surface, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue