diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-09-30 13:24:59 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-09-30 13:24:59 -0400 |
commit | 8b7ae61ad4e8c991982cb15d46687ffbe6168530 (patch) | |
tree | 4c7e9d9717715ddfc5e5612e0d080108deb6ab65 /include/wlr | |
parent | 4c1bd9bde8e56814ca9c73b138bd8c9dc0469062 (diff) |
subsurface handle parent destroy
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index 38d6b453..ae278815 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -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 { |