GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A pixmap request. More...
#include <gp_proxy_proto.h>
Data Fields | |
uint32_t | type |
Event type is set to GP_PROXY_PIXMAP. | |
uint32_t | size |
Size is set to header size + sizeof(gp_pixmap). | |
gp_pixmap | pix |
A pixmap payload. | |
A pixmap request.
Send by the server to create a pixmap to draw to from the mapped SHM buffer.
Definition at line 189 of file gp_proxy_proto.h.