aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/xdg_shell.c
diff options
context:
space:
mode:
authorKirill Primak <vyivel@posteo.net>2021-09-16 14:44:20 +0300
committerSimon Ser <contact@emersion.fr>2021-09-21 10:12:27 +0200
commiteb03298b4606b7b3abd0f99e24777a201bdcd778 (patch)
tree9f160f561be4f84fb6d76a822e05640658136123 /sway/desktop/xdg_shell.c
parent82d5f12914d198b403bf14b19219581de3c6199f (diff)
xdg-shell: chase wlr xdg toplevel refactor
Diffstat (limited to 'sway/desktop/xdg_shell.c')
-rw-r--r--sway/desktop/xdg_shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/desktop/xdg_shell.c b/sway/desktop/xdg_shell.c
index a97ee8be..fe1dc837 100644
--- a/sway/desktop/xdg_shell.c
+++ b/sway/desktop/xdg_shell.c
@@ -452,8 +452,8 @@ static void handle_map(struct wl_listener *listener, void *data) {
}
view_map(view, view->wlr_xdg_surface->surface,
- xdg_surface->toplevel->client_pending.fullscreen,
- xdg_surface->toplevel->client_pending.fullscreen_output,
+ xdg_surface->toplevel->requested.fullscreen,
+ xdg_surface->toplevel->requested.fullscreen_output,
csd);
transaction_commit_dirty();