GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
An initial infromation send to a client (application). More...
#include <gp_proxy_proto.h>
Data Fields | |
uint32_t | type |
Event type is set to GP_PROXY_CLI_INIT. | |
uint32_t | size |
Size is set to header size + sizeof(struct gp_proxy_rect_). | |
struct gp_proxy_cli_init_ | cli_init |
The client init payload. | |
An initial infromation send to a client (application).
Definition at line 228 of file gp_proxy_proto.h.