aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/multi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/backend/multi.h b/include/backend/multi.h
index e283139c..947464e1 100644
--- a/include/backend/multi.h
+++ b/include/backend/multi.h
@@ -10,6 +10,11 @@ struct wlr_multi_backend {
struct wlr_backend backend;
struct wl_list backends;
+
+ struct {
+ struct wl_signal backend_add;
+ struct wl_signal backend_remove;
+ } events;
};
#endif