add backend destroy event

This commit is contained in:
Tony Crisci 2017-12-19 18:14:47 -05:00
parent 1a96ce0c53
commit 4e804ef40f
2 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@ struct wlr_backend {
const struct wlr_backend_impl *impl;
struct {
struct wl_signal destroy;
struct wl_signal input_add;
struct wl_signal input_remove;
struct wl_signal output_add;