backend add and remove events

This commit is contained in:
Tony Crisci 2017-12-20 05:54:41 -05:00
parent ee39dff1e7
commit 6c8fd6017e
2 changed files with 11 additions and 0 deletions

View file

@ -10,6 +10,11 @@ struct wlr_multi_backend {
struct wlr_backend backend;
struct wl_list backends;
struct {
struct wl_signal backend_add;
struct wl_signal backend_remove;
} events;
};
#endif