xdg-shell: chase wlr xdg toplevel refactor

master
Kirill Primak 4 years ago committed by Simon Ser
parent 82d5f12914
commit eb03298b46

@ -452,8 +452,8 @@ static void handle_map(struct wl_listener *listener, void *data) {
} }
view_map(view, view->wlr_xdg_surface->surface, view_map(view, view->wlr_xdg_surface->surface,
xdg_surface->toplevel->client_pending.fullscreen, xdg_surface->toplevel->requested.fullscreen,
xdg_surface->toplevel->client_pending.fullscreen_output, xdg_surface->toplevel->requested.fullscreen_output,
csd); csd);
transaction_commit_dirty(); transaction_commit_dirty();

Loading…
Cancel
Save