aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/multi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/multi.h b/include/backend/multi.h
index 947464e1..3363c608 100644
--- a/include/backend/multi.h
+++ b/include/backend/multi.h
@@ -11,6 +11,8 @@ struct wlr_multi_backend {
struct wl_list backends;
+ struct wl_listener display_destroy;
+
struct {
struct wl_signal backend_add;
struct wl_signal backend_remove;