xwayland: chase wlr_xwayland_surface_set_maximized() change

See
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4670.
master
Kirill Primak 4 months ago committed by Simon Ser
parent 7e74a49142
commit 9bb45a4037

@ -299,7 +299,7 @@ static void set_tiled(struct sway_view *view, bool tiled) {
return;
}
struct wlr_xwayland_surface *surface = view->wlr_xwayland_surface;
wlr_xwayland_surface_set_maximized(surface, tiled);
wlr_xwayland_surface_set_maximized(surface, tiled, tiled);
}
static void set_fullscreen(struct sway_view *view, bool fullscreen) {

Loading…
Cancel
Save