LibVNCServer/LibVNCClient
|
#include <rfbproto.h>
Data Fields | |
uint8_t | type |
uint8_t | incremental |
uint16_t | x |
uint16_t | y |
uint16_t | w |
uint16_t | h |
Definition at line 1354 of file rfbproto.h.
uint16_t h |
Definition at line 1360 of file rfbproto.h.
uint8_t incremental |
Definition at line 1356 of file rfbproto.h.
uint8_t type |
Definition at line 1355 of file rfbproto.h.
uint16_t w |
Definition at line 1359 of file rfbproto.h.
uint16_t x |
Definition at line 1357 of file rfbproto.h.
uint16_t y |
Definition at line 1358 of file rfbproto.h.