xdg-shell: implement popup repositioning

This commit is contained in:
Simon Ser 2024-02-27 15:04:31 +01:00 committed by Kirill Primak
parent f2a0e81b24
commit 4e6d7612ff
3 changed files with 10 additions and 1 deletions

View file

@ -192,6 +192,7 @@ struct sway_xdg_popup {
struct wl_listener surface_commit;
struct wl_listener new_popup;
struct wl_listener reposition;
struct wl_listener destroy;
};