aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-02-27 15:04:31 +0100
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2024-03-08 09:52:14 +0300
commit4e6d7612ffbd8e29713ae063937c8460e091bb75 (patch)
treea2c5a82dd201cd352e66d9a396617d3a6ce04c83 /include
parentFetch input device vendor/product from libinput (diff)
downloadsway-4e6d7612ffbd8e29713ae063937c8460e091bb75.tar.gz
sway-4e6d7612ffbd8e29713ae063937c8460e091bb75.tar.zst
sway-4e6d7612ffbd8e29713ae063937c8460e091bb75.zip
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 {
192 192
193 struct wl_listener surface_commit; 193 struct wl_listener surface_commit;
194 struct wl_listener new_popup; 194 struct wl_listener new_popup;
195 struct wl_listener reposition;
195 struct wl_listener destroy; 196 struct wl_listener destroy;
196}; 197};
197 198