diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-20 05:54:41 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-20 05:54:41 -0500 |
commit | 6c8fd6017e92441e8b1702958f34fd9d88e32928 (patch) | |
tree | d04a2e7cf75a882fd2c396350b11f80c30b0339c /include | |
parent | ee39dff1e7de4a234f2ff39c1ce2df6bc84abb04 (diff) |
backend add and remove events
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/multi.h | 5 |
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 |