xdg-shell: chase wlr xdg toplevel refactor

This commit is contained in:
Kirill Primak 2021-09-16 14:44:20 +03:00 committed by Simon Ser
parent 82d5f12914
commit eb03298b46
1 changed files with 2 additions and 2 deletions

View File

@ -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();