diff options
author | emersion <contact@emersion.fr> | 2017-12-07 01:08:35 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-07 01:08:35 +0100 |
commit | cbf5763c226661765fb87dcf30d60b04999c126b (patch) | |
tree | cc6fe1865e1c8b8141c5491eeb2b1e68f9d536aa /include | |
parent | 9ddaea14a1b24bf755417bffce792b0d4a23a87c (diff) |
Listen to display destroy in xdg-shell-v6
Diffstat (limited to 'include')
-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 4eb957be..b723a950 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -11,6 +11,8 @@ struct wlr_xdg_shell_v6 { struct wl_list popup_grabs; uint32_t ping_timeout; + struct wl_listener display_destroy; + struct { struct wl_signal new_surface; } events; |