aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/wayland_host_bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wayland_host_bridge.h')
-rw-r--r--include/wayland_host_bridge.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/wayland_host_bridge.h b/include/wayland_host_bridge.h
new file mode 100644
index 0000000..9cf6d63
--- /dev/null
+++ b/include/wayland_host_bridge.h
@@ -0,0 +1,7 @@
+#ifndef GSR_WAYLAND_HOST_BRIDGE_H
+#define GSR_WAYLAND_HOST_BRIDGE_H
+
+struct wl_display;
+struct wl_display *wayland_connect_to_host();
+
+#endif /* GSR_WAYLAND_HOST_BRIDGE_H */