xdg-shell: implement popup repositioning

This commit is contained in:
Simon Ser 2024-02-27 15:04:31 +01:00
parent 829c75b9c9
commit b8ffda9a8d
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;
};