aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-05-12 14:56:20 -0400
committerLibravatar GitHub <noreply@github.com>2018-05-12 14:56:20 -0400
commit9d607b72532096e469fdaccf474836c310b629ff (patch)
tree963c5348e2d48ed188e2d4f08ecb01898f1d116d /include
parentMerge pull request #1964 from emersion/wlroots-970 (diff)
parentDon't destroy view child on xdg-popup unmap (diff)
downloadsway-9d607b72532096e469fdaccf474836c310b629ff.tar.gz
sway-9d607b72532096e469fdaccf474836c310b629ff.tar.zst
sway-9d607b72532096e469fdaccf474836c310b629ff.zip
Merge pull request #1967 from emersion/remove-xdg-popup-unmap
Don't destroy view child on xdg-popup unmap
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 4ecd8c44..8091fe0c 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -153,7 +153,6 @@ struct sway_xdg_popup_v6 {
153 struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6; 153 struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6;
154 154
155 struct wl_listener new_popup; 155 struct wl_listener new_popup;
156 struct wl_listener unmap;
157 struct wl_listener destroy; 156 struct wl_listener destroy;
158}; 157};
159 158