1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-26 07:58:31 +01:00

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

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