Add destroy signals to types that are destroyed by wl_display_destroy

This commit is contained in:
Alexander Bakker 2018-08-26 23:23:12 +02:00
parent c6955fa89c
commit 20db29779e
35 changed files with 68 additions and 5 deletions

View file

@ -39,6 +39,10 @@ struct wlr_session {
struct wl_list devices;
struct wl_listener display_destroy;
struct {
struct wl_signal destroy;
} events;
};
/*