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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/backend/multi.h b/include/backend/multi.h
new file mode 100644
index 00000000..5e6930bb
--- /dev/null
+++ b/include/backend/multi.h
@@ -0,0 +1,13 @@
+#ifndef _WLR_MULTI_BACKEND_INTERNAL
+#define _WLR_MULTI_BACKEND_INTERNAL
+
+#include <wlr/backend/interface.h>
+#include <wlr/backend/multi.h>
+#include <wlr/common/list.h>
+
+struct wlr_backend_state {
+ struct wlr_backend *backend;
+ list_t *backends;
+};
+
+#endif