aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend
diff options
context:
space:
mode:
authorAlexander Bakker <ab@alexbakker.me>2018-08-26 23:23:12 +0200
committerAlexander Bakker <ab@alexbakker.me>2018-08-26 23:23:12 +0200
commit20db29779e0ba0bc43fe1d1935e7e6ffc8390d11 (patch)
tree83942690a67794aae05769c51b7fab332c50074b /include/wlr/backend
parentc6955fa89c36571bbddc87a7acd589e6cb0fe0a3 (diff)
Add destroy signals to types that are destroyed by wl_display_destroy
Diffstat (limited to 'include/wlr/backend')
-rw-r--r--include/wlr/backend/session.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wlr/backend/session.h b/include/wlr/backend/session.h
index 1cf41939..7b26f34c 100644
--- a/include/wlr/backend/session.h
+++ b/include/wlr/backend/session.h
@@ -39,6 +39,10 @@ struct wlr_session {
struct wl_list devices;
struct wl_listener display_destroy;
+
+ struct {
+ struct wl_signal destroy;
+ } events;
};
/*