aboutsummaryrefslogtreecommitdiff
path: root/include/backend/multi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/multi.h')
-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 82f85016..2798048d 100644
--- a/include/backend/multi.h
+++ b/include/backend/multi.h
@@ -11,6 +11,8 @@ struct wlr_multi_backend {
struct wlr_session *session;
struct wl_list backends;
+
+ struct wl_listener display_destroy;
};
#endif