aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/wl/wayland-bind.h
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-03-25 05:26:37 +0900
committerOphestra <cat@gensokyo.uk>2025-03-25 05:26:37 +0900
commit61dbfeffe77df9c1a11413b3cb8954933e79b45f (patch)
tree7f7f6bde9a8662848ad9392621316cbbc454a9f0 /sandbox/wl/wayland-bind.h
parent532feb4bfaa84a57dc8de97f36b13a89610a0584 (diff)
sandbox/wl: move into sandbox
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'sandbox/wl/wayland-bind.h')
-rw-r--r--sandbox/wl/wayland-bind.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/wl/wayland-bind.h b/sandbox/wl/wayland-bind.h
new file mode 100644
index 00000000..720dfe4e
--- /dev/null
+++ b/sandbox/wl/wayland-bind.h
@@ -0,0 +1,3 @@
+#include <stdint.h>
+
+int32_t f_bind_wayland_fd(char *socket_path, int fd, const char *app_id, const char *instance_id, int sync_fd); \ No newline at end of file