aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-12-07 01:05:49 +0100
committeremersion <contact@emersion.fr>2017-12-07 01:05:49 +0100
commit9ddaea14a1b24bf755417bffce792b0d4a23a87c (patch)
treee5840112f7d81b82da3a1f41adfdc21d0150c26d /include/wlr
parent983ea3033fdbf477e0810582501b0bbc1460f1c9 (diff)
Listen to display destroy in wl-shell
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_wl_shell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h
index 986f92e8..29446b04 100644
--- a/include/wlr/types/wlr_wl_shell.h
+++ b/include/wlr/types/wlr_wl_shell.h
@@ -12,6 +12,8 @@ struct wlr_wl_shell {
struct wl_list popup_grabs;
uint32_t ping_timeout;
+ struct wl_listener display_destroy;
+
struct {
struct wl_signal new_surface;
} events;