subsurface handle parent destroy

This commit is contained in:
Tony Crisci 2017-09-30 13:24:59 -04:00
parent 4c1bd9bde8
commit 8b7ae61ad4
2 changed files with 29 additions and 4 deletions

View file

@ -52,6 +52,8 @@ struct wlr_subsurface {
struct wl_list parent_link;
struct wl_list parent_pending_link;
struct wl_listener parent_destroy_listener;
};
struct wlr_surface {