|
LibVNCServer/LibVNCClient
|
#include <rfbproto.h>
Data Fields | |
| uint8_t | type |
| uint8_t | pad1 |
| uint16_t | desktop_w |
| uint16_t | desktop_h |
| uint16_t | buffer_w |
| uint16_t | buffer_h |
| uint16_t | pad2 |
Definition at line 1238 of file rfbproto.h.
| uint16_t buffer_h |
Definition at line 1244 of file rfbproto.h.
| uint16_t buffer_w |
Definition at line 1243 of file rfbproto.h.
| uint16_t desktop_h |
Definition at line 1242 of file rfbproto.h.
| uint16_t desktop_w |
Definition at line 1241 of file rfbproto.h.
| uint8_t pad1 |
Definition at line 1240 of file rfbproto.h.
| uint16_t pad2 |
Definition at line 1245 of file rfbproto.h.
| uint8_t type |
Definition at line 1239 of file rfbproto.h.