aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2023-07-11 15:09:14 +0300
committerSimon Ser <contact@emersion.fr>2023-11-23 19:41:57 +0100
commit47e6a1164c25b5b49bfb919a681b88641d2ce37c (patch)
tree7d801aeea31eef9ab2f60cbaaa52d2b9d55289b3 /include/sway/tree
parent128b6253a924c30e8e4fd1f09ce19e21a826c5ad (diff)
xdg-shell: chase events update
Diffstat (limited to 'include/sway/tree')
-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 {
struct wlr_xdg_popup *wlr_xdg_popup;
+ struct wl_listener surface_commit;
struct wl_listener new_popup;
struct wl_listener destroy;
};