noop: listen to display destroy and destroy the backend

This commit is contained in:
Ilia Bozhinov 2020-12-29 15:38:09 +01:00 committed by Simon Ser
parent 4ffd537d2d
commit eb30cde777
2 changed files with 13 additions and 0 deletions

View file

@ -10,6 +10,8 @@ struct wlr_noop_backend {
struct wl_list outputs;
size_t last_output_num;
bool started;
struct wl_listener display_destroy;
};
struct wlr_noop_output {