scene: add wlr_scene_output.events.destroy

This commit is contained in:
Kirill Primak 2022-05-31 21:39:53 +03:00 committed by Isaac Freund
parent ec328ca8cc
commit d3bc17d5d1
2 changed files with 8 additions and 0 deletions

View file

@ -164,6 +164,10 @@ struct wlr_scene_output {
int x, y;
struct {
struct wl_signal destroy;
} events;
// private state
uint8_t index;