xdg-shell: chase events update

This commit is contained in:
Kirill Primak 2023-07-11 15:09:14 +03:00 committed by Simon Ser
parent 128b6253a9
commit 47e6a1164c
7 changed files with 133 additions and 109 deletions

View file

@ -226,6 +226,7 @@ struct sway_xdg_popup {
struct wlr_xdg_popup *wlr_xdg_popup;
struct wl_listener surface_commit;
struct wl_listener new_popup;
struct wl_listener destroy;
};