From eb30cde77751aaf11a6a754d053a50df5399739c Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Tue, 29 Dec 2020 15:38:09 +0100 Subject: noop: listen to display destroy and destroy the backend --- include/backend/noop.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/backend') 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 { -- cgit v1.2.3