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>
This commit is contained in:
2025-01-23 22:06:29 +09:00
parent 7106b00968
commit 045983d7f4
3 changed files with 29 additions and 26 deletions

3
wl/wayland-bind.h Normal file
View File

@@ -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);