aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-05-12 14:56:20 -0400
committerGitHub <noreply@github.com>2018-05-12 14:56:20 -0400
commit9d607b72532096e469fdaccf474836c310b629ff (patch)
tree963c5348e2d48ed188e2d4f08ecb01898f1d116d /include/sway
parentb1c33ecc256c58c7ecee28e2f4507dd374727d62 (diff)
parent360e63b8a73836b85b44980ce7e0f77348d43df3 (diff)
Merge pull request #1967 from emersion/remove-xdg-popup-unmap
Don't destroy view child on xdg-popup unmap
Diffstat (limited to 'include/sway')
-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 {
struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6;
struct wl_listener new_popup;
- struct wl_listener unmap;
struct wl_listener destroy;
};