Re: [Xcb] [PATCH] Introduce xcb_aux_alloc_shm() to create anonymous files in RAM

2018-04-13 Thread Uli Schlachter
On 10.04.2018 13:38, Alexander Volkov wrote: > ... which then can be mapped with mmap(). > It is intended to be used in conjunction with xcb_shm_attach_fd() > to access the created shared memory from a client and the X server. > > Signed-off-by: Alexander Volkov > --- > configure.ac | 47 ++

[PATCH] Introduce xcb_aux_alloc_shm() to create anonymous files in RAM

2018-04-10 Thread Alexander Volkov
... which then can be mapped with mmap(). It is intended to be used in conjunction with xcb_shm_attach_fd() to access the created shared memory from a client and the X server. Signed-off-by: Alexander Volkov --- configure.ac | 47 + src/xcb_aux.c | 83 +++