aboutsummaryrefslogtreecommitdiff
path: root/include/backend/multi.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-20 05:54:41 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-20 05:54:41 -0500
commit6c8fd6017e92441e8b1702958f34fd9d88e32928 (patch)
treed04a2e7cf75a882fd2c396350b11f80c30b0339c /include/backend/multi.h
parentee39dff1e7de4a234f2ff39c1ce2df6bc84abb04 (diff)
backend add and remove events
Diffstat (limited to 'include/backend/multi.h')
-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