summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-02-27 15:04:31 +0100
committerKirill Primak <vyivel@eclair.cafe>2024-03-08 09:52:14 +0300
commit4e6d7612ffbd8e29713ae063937c8460e091bb75 (patch)
treea2c5a82dd201cd352e66d9a396617d3a6ce04c83 /include
parentf2a0e81b2438853e12a2b8fe9bddde154852d85d (diff)
xdg-shell: implement popup repositioning
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h1
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;
};