From 20db29779e0ba0bc43fe1d1935e7e6ffc8390d11 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Sun, 26 Aug 2018 23:23:12 +0200 Subject: Add destroy signals to types that are destroyed by wl_display_destroy --- include/wlr/backend/session.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/wlr/backend') 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; }; /* -- cgit v1.2.3