mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Merge remote-tracking branch 'origin/master' into vnc
This commit is contained in:
@@ -512,7 +512,7 @@ struct rfb_clientcuttext_s
|
||||
{
|
||||
uint8_t msgtype; /* U8 Message type */
|
||||
uint8_t padding[3];
|
||||
uint8_t length[2]; /* U8 Length */
|
||||
uint8_t length[4]; /* U32 Length */
|
||||
uint8_t text[1]; /* U8 Text, actual length is Length */
|
||||
};
|
||||
|
||||
@@ -612,7 +612,7 @@ struct rfb_servercuttext_s
|
||||
{
|
||||
uint8_t msgtype; /* U8 Message type */
|
||||
uint8_t padding[3];
|
||||
uint8_t length[2]; /* U8 Length */
|
||||
uint8_t length[4]; /* U32 Length */
|
||||
uint8_t text[1]; /* U8 Text, actual length is Length */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user