aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/wayland_host_bridge.h
blob: 9cf6d633b9569aec49c1555b44502cf99fbbf064 (plain)
1
2
3
4
5
6
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 */