aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/wayland.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
new file mode 100644
index 00000000..9a445af9
--- /dev/null
+++ b/include/backend/wayland.h
@@ -0,0 +1,9 @@
+#ifndef _WLR_BACKEND_WAYLAND_INTERNAL_H
+#define _WLR_BACKEND_WAYLAND_INTERNAL_H
+
+struct wlr_wayland_backend {
+ struct wl_display *local_display;
+ struct wl_display *remote_display;
+};
+
+#endif