diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-09-11 17:24:55 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-09-11 17:24:55 -0400 |
commit | c5f8f81e58feb13aeadb4f27ee3e4e2a1eb2b8a8 (patch) | |
tree | abda6ee66547599c305868d47f408c66170e0396 /include/wlr | |
parent | 4752b84f4e4c12b5a7b16f414af30e62134117b0 (diff) |
xdg_surface: handle wlr_surface destroy
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell_v6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index 41cf483a..500dae87 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -15,6 +15,8 @@ struct wlr_xdg_surface_v6 { struct wl_resource *surface; struct wl_list link; + struct wl_listener surface_destroy_listener; + void *data; }; |