Merge pull request #3199 from emersion/handle-subsurface-destroy

Handle destroyed subsurfaces
This commit is contained in:
Ryan Dwyer 2018-11-28 20:46:22 +10:00 committed by GitHub
commit f737854e30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 4 deletions

View file

@ -203,6 +203,12 @@ struct sway_view_child {
struct wl_listener surface_destroy;
};
struct sway_subsurface {
struct sway_view_child child;
struct wl_listener destroy;
};
struct sway_xdg_popup_v6 {
struct sway_view_child child;