xdg-shell: schedule a configure on maximize request

This commit reverts 03879290db and
fc84bcb7fb.
This commit is contained in:
Kirill Primak 2022-05-27 16:42:47 +03:00 committed by Simon Ser
parent 26a0e97634
commit 6a59e38aeb
2 changed files with 13 additions and 0 deletions

View file

@ -131,6 +131,7 @@ struct sway_xdg_shell_view {
struct wl_listener commit;
struct wl_listener request_move;
struct wl_listener request_resize;
struct wl_listener request_maximize;
struct wl_listener request_fullscreen;
struct wl_listener set_title;
struct wl_listener set_app_id;