aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xdg_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/xdg_shell.c')
-rw-r--r--sway/desktop/xdg_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/xdg_shell.c b/sway/desktop/xdg_shell.c
index e2c614b3..007b0a94 100644
--- a/sway/desktop/xdg_shell.c
+++ b/sway/desktop/xdg_shell.c
@@ -349,7 +349,7 @@ static void handle_request_fullscreen(struct wl_listener *listener, void *data)
349 349
350 container_set_fullscreen(view->container, e->fullscreen); 350 container_set_fullscreen(view->container, e->fullscreen);
351 351
352 arrange_workspace(view->container->workspace); 352 arrange_root();
353 transaction_commit_dirty(); 353 transaction_commit_dirty();
354} 354}
355 355