mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
xdg-shell: implement popup repositioning
This commit is contained in:
parent
f2a0e81b24
commit
4e6d7612ff
3 changed files with 10 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue