GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A SHM pixmap. More...
#include <gp_proxy_shm.h>
Data Fields | |
int | fd |
A file descriptor for the SHM file. | |
size_t | size |
A SHM segment size. | |
gp_pixmap | pixmap |
A pixmap with the SHM segment as a pixels. | |
struct gp_proxy_path | path |
A path to the SHM segment. | |
A SHM pixmap.
Definition at line 21 of file gp_proxy_shm.h.