handle display destroy

This commit is contained in:
Tony Crisci 2017-12-21 08:13:36 -05:00
parent 6c8fd6017e
commit d1dce19253
2 changed files with 11 additions and 1 deletions

View file

@ -11,6 +11,8 @@ struct wlr_multi_backend {
struct wl_list backends;
struct wl_listener display_destroy;
struct {
struct wl_signal backend_add;
struct wl_signal backend_remove;