Drop wld and implement our own pangocairo renderer

This commit is contained in:
Stacy Harper
2021-08-24 18:52:05 +02:00
committed by John Sullivan
parent 9b53b2c836
commit c806023fd5
10 changed files with 210 additions and 69 deletions

9
shm_open.h Normal file
View 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