mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-07-12 22:14:32 +02:00
Drop wld and implement our own pangocairo renderer
This commit is contained in:
committed by
John Sullivan
parent
9b53b2c836
commit
c806023fd5
9
shm_open.h
Normal file
9
shm_open.h
Normal file
@ -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
|
||||
|
Reference in New Issue
Block a user