Don't destroy view child on xdg-popup unmap

This commit is contained in:
emersion 2018-05-12 19:33:38 +01:00
parent b1c33ecc25
commit 360e63b8a7
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 0 additions and 13 deletions

View file

@ -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;
};