shm wayland window
This commit is contained in:
parent
27b66bec0a
commit
8f551459fe
4 changed files with 197 additions and 17 deletions
8
shm.h
Normal file
8
shm.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef SHM_H
|
||||
#define SHM_H
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
int allocate_shm_file(size_t size);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue