diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-06-02 02:31:08 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-06-02 02:31:08 +0200 |
| commit | f996b83a300446448f3759ae2d8274c1561a8280 (patch) | |
| tree | 8aae40c9fb9528b41fb5fe7268a0702b0077a3ff /include | |
| parent | 600a871d1e9a1d0634088cd705854fd8a906ba9c (diff) | |
Wayland socket: bypass flatpak sandbox
Diffstat (limited to 'include')
| -rw-r--r-- | include/wayland_host_bridge.h | 7 |
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 */ |
