aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-04-25 11:32:52 -0400
committerDrew DeVault <sir@cmpwn.com>2017-04-25 11:32:52 -0400
commit52e6ed54cbaf05cd1829099e04427d1706ca0da4 (patch)
tree4769eab695023904a067deb4e9b7323a2e160f8c /include/backend
Initial commit
Diffstat (limited to 'include/backend')
-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