aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorIlia Bozhinov <ammen99@gmail.com>2020-12-29 15:38:09 +0100
committerSimon Ser <contact@emersion.fr>2020-12-31 20:34:36 +0100
commiteb30cde77751aaf11a6a754d053a50df5399739c (patch)
tree7ac26971d755794c74c0ae8add5aba80dc008466 /include/backend
parent4ffd537d2da1ad23e560a17d9de36a6df1e636cf (diff)
noop: listen to display destroy and destroy the backend
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/noop.h2
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 {