![]() |
GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A rectangle update request. More...
#include <gp_proxy_proto.h>

Data Fields | |
| uint32_t | type |
| Event type is set to GP_PROXY_UPDATE. | |
| uint32_t | size |
| Size is set to header size + sizeof(struct gp_proxy_rect_). | |
| struct gp_proxy_rect | rect |
| The rectangle payload. | |
A rectangle update request.
Send by the application to request update from the SHM memory to the screen.
Definition at line 219 of file gp_proxy_proto.h.