mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
xdg-shell: schedule a configure on maximize request
This commit reverts03879290dbandfc84bcb7fb.
This commit is contained in:
parent
26a0e97634
commit
6a59e38aeb
2 changed files with 13 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue