mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
noop: listen to display destroy and destroy the backend
This commit is contained in:
parent
4ffd537d2d
commit
eb30cde777
2 changed files with 13 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue