sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit eb03298b4606b7b3abd0f99e24777a201bdcd778
parent 82d5f12914d198b403bf14b19219581de3c6199f
Author: Kirill Primak <vyivel@posteo.net>
Date:   Thu, 16 Sep 2021 14:44:20 +0300

xdg-shell: chase wlr xdg toplevel refactor

Diffstat:
Msway/desktop/xdg_shell.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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