diff options
Diffstat (limited to 'common/rfb/SMsgReader.h')
-rw-r--r-- | common/rfb/SMsgReader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/rfb/SMsgReader.h b/common/rfb/SMsgReader.h index acc872ed..f99b6627 100644 --- a/common/rfb/SMsgReader.h +++ b/common/rfb/SMsgReader.h @@ -54,7 +54,7 @@ namespace rfb { bool readKeyEvent(); bool readPointerEvent(); bool readClientCutText(); - bool readExtendedClipboard(rdr::S32 len); + bool readExtendedClipboard(int32_t len); bool readQEMUMessage(); bool readQEMUKeyEvent(); @@ -70,7 +70,7 @@ namespace rfb { stateEnum state; - rdr::U8 currentMsgType; + uint8_t currentMsgType; }; } #endif |