aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-05-27 16:42:47 +0300
committerSimon Ser <contact@emersion.fr>2022-05-27 15:49:57 +0200
commit6a59e38aeb71ad55191a20d81f9367141673c96b (patch)
tree5a29c2ff5e2c02ed106969a3b4b13453c3be8956 /include/sway
parent26a0e97634dc641337fbb25cc193f26177265d14 (diff)
xdg-shell: schedule a configure on maximize request
This commit reverts 03879290dbee26127f6867ef60bc2a7f9a6c8c5f and fc84bcb7fb0ffa29b1f9bed287762241a3473803.
Diffstat (limited to 'include/sway')
-rw-r--r--include/sway/tree/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 95708a04..0dcbf1aa 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -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;