aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/desktop/xwayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c
index e4d54ca6..805c9b9d 100644
--- a/sway/desktop/xwayland.c
+++ b/sway/desktop/xwayland.c
@@ -299,7 +299,7 @@ static void set_tiled(struct sway_view *view, bool tiled) {
299 return; 299 return;
300 } 300 }
301 struct wlr_xwayland_surface *surface = view->wlr_xwayland_surface; 301 struct wlr_xwayland_surface *surface = view->wlr_xwayland_surface;
302 wlr_xwayland_surface_set_maximized(surface, tiled); 302 wlr_xwayland_surface_set_maximized(surface, tiled, tiled);
303} 303}
304 304
305static void set_fullscreen(struct sway_view *view, bool fullscreen) { 305static void set_fullscreen(struct sway_view *view, bool fullscreen) {