aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
authorLibravatar Kirill Primak <vyivel@eclair.cafe>2023-07-11 15:09:14 +0300
committerLibravatar Simon Ser <contact@emersion.fr>2023-11-23 19:41:57 +0100
commit47e6a1164c25b5b49bfb919a681b88641d2ce37c (patch)
tree7d801aeea31eef9ab2f60cbaaa52d2b9d55289b3 /include/sway/tree/view.h
parentPass wl_display to wlr_output_layout (diff)
downloadsway-47e6a1164c25b5b49bfb919a681b88641d2ce37c.tar.gz
sway-47e6a1164c25b5b49bfb919a681b88641d2ce37c.tar.zst
sway-47e6a1164c25b5b49bfb919a681b88641d2ce37c.zip
xdg-shell: chase events update
Diffstat (limited to 'include/sway/tree/view.h')
-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 960f9d71..856651a5 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -226,6 +226,7 @@ struct sway_xdg_popup {
226 226
227 struct wlr_xdg_popup *wlr_xdg_popup; 227 struct wlr_xdg_popup *wlr_xdg_popup;
228 228
229 struct wl_listener surface_commit;
229 struct wl_listener new_popup; 230 struct wl_listener new_popup;
230 struct wl_listener destroy; 231 struct wl_listener destroy;
231}; 232};