aboutsummaryrefslogtreecommitdiffhomepage
path: root/wl/wayland-bind.h
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-01-23 22:06:29 +0900
committerOphestra <cat@gensokyo.uk>2025-01-23 22:06:29 +0900
commit045983d7f419aff089e81f0e7c770dcf84f4a2eb (patch)
tree6d569e0a64c68be41c3a7d8fae07ebbb0367c4e9 /wl/wayland-bind.h
parent7106b0096863e89e1a6809d8c2bed78adf6a3ba5 (diff)
wl: separate inline C
Having a huge blurb of inline C hurts readability on web pages and some text editors. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'wl/wayland-bind.h')
-rw-r--r--wl/wayland-bind.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wl/wayland-bind.h b/wl/wayland-bind.h
new file mode 100644
index 00000000..67898fc6
--- /dev/null
+++ b/wl/wayland-bind.h
@@ -0,0 +1,3 @@
+#include <stdint.h>
+
+int32_t 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