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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/backend/multi.h b/include/backend/multi.h
index 2798048d..3363c608 100644
--- a/include/backend/multi.h
+++ b/include/backend/multi.h
@@ -9,10 +9,14 @@
struct wlr_multi_backend {
struct wlr_backend backend;
- struct wlr_session *session;
struct wl_list backends;
struct wl_listener display_destroy;
+
+ struct {
+ struct wl_signal backend_add;
+ struct wl_signal backend_remove;
+ } events;
};
#endif