From dace7dca77e9539b5cb459f79c1154d11b3030fe Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 23 Mar 2023 20:28:57 +0100 Subject: first version of wlock --- wayland.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wayland.h (limited to 'wayland.h') diff --git a/wayland.h b/wayland.h new file mode 100644 index 0000000..2f6a6ba --- /dev/null +++ b/wayland.h @@ -0,0 +1,10 @@ +#ifndef WAYLAND_H +#define WAYLAND_H + +#include +#include "xdg-shell-protocol.h" +#include "wlr-layer-shell-protocol.h" + +int allocate_shm_file(size_t size); + +#endif -- cgit v1.2.3-70-g09d2