From c0a7c5ddcb9e0e98f6d981448e7c54fab6621327 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 21 Mar 2023 21:17:17 +0100 Subject: first sketch --- wayland.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 wayland.h (limited to 'wayland.h') diff --git a/wayland.h b/wayland.h new file mode 100644 index 0000000..5646f48 --- /dev/null +++ b/wayland.h @@ -0,0 +1,11 @@ +#ifndef WAYLAND_H +#define WAYLAND_H + +#include +#include "xdg-shell-protocol.h" +#include "wlr-layer-shell-protocol.h" +#include "dwl-bar-ipc-protocol.h" + +int allocate_shm_file(size_t size); + +#endif -- cgit v1.2.3-70-g09d2