aboutsummaryrefslogtreecommitdiff
path: root/include/backend/multi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/multi.h')
-rw-r--r--include/backend/multi.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/backend/multi.h b/include/backend/multi.h
index 5ac9cc1d..af747332 100644
--- a/include/backend/multi.h
+++ b/include/backend/multi.h
@@ -7,8 +7,9 @@
#include <wlr/util/list.h>
#include <wlr/backend/session.h>
-struct wlr_backend_state {
- struct wlr_backend *backend;
+struct wlr_multi_backend {
+ struct wlr_backend backend;
+
struct wlr_session *session;
struct wlr_udev *udev;
list_t *backends;