aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/backend/session.h')
-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;
};
/*