add wlr_output destroy event

This commit is contained in:
Tony Crisci 2017-08-30 13:28:50 -04:00
parent fa3d4ecc84
commit d84deb0742
3 changed files with 21 additions and 0 deletions

View file

@ -37,6 +37,7 @@ struct wlr_output {
struct {
struct wl_signal frame;
struct wl_signal resolution;
struct wl_signal destroy;
} events;
struct {