aboutsummaryrefslogtreecommitdiff
path: root/include/backend/multi.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-21 08:13:36 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-21 08:17:35 -0500
commitd1dce19253d0b4d30d99d2074a05fe7970391a61 (patch)
tree839db2f21c4eb69927b6dadc789bf2d2de7238e7 /include/backend/multi.h
parent6c8fd6017e92441e8b1702958f34fd9d88e32928 (diff)
handle display destroy
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 947464e1..3363c608 100644
--- a/include/backend/multi.h
+++ b/include/backend/multi.h
@@ -11,6 +11,8 @@ struct wlr_multi_backend {
struct wl_list backends;
+ struct wl_listener display_destroy;
+
struct {
struct wl_signal backend_add;
struct wl_signal backend_remove;