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:
parent
82d5f12914
commit
eb03298b46
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue