mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Add destroy signals to types that are destroyed by wl_display_destroy
This commit is contained in:
parent
c6955fa89c
commit
20db29779e
35 changed files with 68 additions and 5 deletions
|
|
@ -39,6 +39,10 @@ struct wlr_session {
|
|||
struct wl_list devices;
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue