aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-12-19 12:41:48 -0500
committerGitHub <noreply@github.com>2017-12-19 12:41:48 -0500
commit36d875136354b0f0438b1fe89d5ea897b113bd24 (patch)
tree7a84f135d7b049c8cca70714959b7c55f147989e /include/backend
parentfc78e269a5623f9f2ab18403f459befa9537334e (diff)
parent4a36ba4bdd094f676060a3721425abfed31828f4 (diff)
Merge pull request #504 from emersion/multi-display-destroy
Destroy multi backend on display destroy
Diffstat (limited to 'include/backend')
-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 82f85016..2798048d 100644
--- a/include/backend/multi.h
+++ b/include/backend/multi.h
@@ -11,6 +11,8 @@ struct wlr_multi_backend {
struct wlr_session *session;
struct wl_list backends;
+
+ struct wl_listener display_destroy;
};
#endif