diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-02-27 15:04:31 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-02-27 15:04:31 +0100 |
| commit | ce011981471978f0d038ca8a780e29ff915937f0 (patch) | |
| tree | a2c5a82dd201cd352e66d9a396617d3a6ce04c83 /include | |
| parent | e0607936fb19825145696a2452e9141f37b3ee53 (diff) | |
xdg-shell: implement popup repositioning
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index ef1a26b8..7faacdcc 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -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; }; |
