diff options
author | Ilia Bozhinov <ammen99@gmail.com> | 2020-12-29 15:38:09 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-12-31 20:34:36 +0100 |
commit | eb30cde77751aaf11a6a754d053a50df5399739c (patch) | |
tree | 7ac26971d755794c74c0ae8add5aba80dc008466 /include | |
parent | 4ffd537d2da1ad23e560a17d9de36a6df1e636cf (diff) |
noop: listen to display destroy and destroy the backend
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/noop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/noop.h b/include/backend/noop.h index e301eb07..5a8ee677 100644 --- a/include/backend/noop.h +++ b/include/backend/noop.h @@ -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 { |