aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/multi.h2
-rw-r--r--include/wlr/backend/multi.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/backend/multi.h b/include/backend/multi.h
index f0e50fc0..e283139c 100644
--- a/include/backend/multi.h
+++ b/include/backend/multi.h
@@ -10,8 +10,6 @@ struct wlr_multi_backend {
struct wlr_backend backend;
struct wl_list backends;
-
- struct wl_listener display_destroy;
};
#endif
diff --git a/include/wlr/backend/multi.h b/include/wlr/backend/multi.h
index 35f7c165..d9914efc 100644
--- a/include/wlr/backend/multi.h
+++ b/include/wlr/backend/multi.h
@@ -16,4 +16,6 @@ bool wlr_backend_is_multi(struct wlr_backend *backend);
struct wlr_session *wlr_multi_get_session(struct wlr_backend *base);
+bool wlr_multi_is_empty(struct wlr_backend *backend);
+
#endif