GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_proxy_rect Struct Reference

A rectangle update request. More...

#include <gp_proxy_proto.h>

Collaboration diagram for gp_proxy_rect:
Collaboration graph
[legend]

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.
 

Detailed Description

A rectangle update request.

Send by the application to request update from the SHM memory to the screen.

Definition at line 203 of file gp_proxy_proto.h.


The documentation for this struct was generated from the following file: