From f559b3d999ea185b35a165eeef3e56004fbc5d78 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Tue, 24 Aug 2021 18:52:05 +0200 Subject: Drop wld and implement our own pangocairo renderer --- shm_open.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 shm_open.h (limited to 'shm_open.h') diff --git a/shm_open.h b/shm_open.h new file mode 100644 index 0000000..bfec6eb --- /dev/null +++ b/shm_open.h @@ -0,0 +1,9 @@ +#ifndef shm_open_h_INCLUDED +#define shm_open_h_INCLUDED + +void randname(char *buf); +int create_shm_file(void); +int allocate_shm_file(size_t size); + +#endif // shm_open_h_INCLUDED + -- cgit 1.4.1