LibVNCServer/LibVNCClient
|
#include <rfbproto.h>
Data Fields | |
uint32_t | id |
uint16_t | x |
uint16_t | y |
uint16_t | width |
uint16_t | height |
uint32_t | flags |
Definition at line 1171 of file rfbproto.h.
uint32_t flags |
Definition at line 1177 of file rfbproto.h.
uint16_t height |
Definition at line 1176 of file rfbproto.h.
uint32_t id |
Definition at line 1172 of file rfbproto.h.
uint16_t width |
Definition at line 1175 of file rfbproto.h.
uint16_t x |
Definition at line 1173 of file rfbproto.h.
uint16_t y |
Definition at line 1174 of file rfbproto.h.