shm wayland window

This commit is contained in:
Rakarake 2025-12-17 18:46:07 +01:00
parent 27b66bec0a
commit 8f551459fe
4 changed files with 197 additions and 17 deletions

8
shm.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef SHM_H
#define SHM_H
#include <unistd.h>
int allocate_shm_file(size_t size);
#endif