diff options
Diffstat (limited to 'common/rfb/SMsgHandler.cxx')
-rw-r--r-- | common/rfb/SMsgHandler.cxx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/common/rfb/SMsgHandler.cxx b/common/rfb/SMsgHandler.cxx index 4ecfc2b2..03917926 100644 --- a/common/rfb/SMsgHandler.cxx +++ b/common/rfb/SMsgHandler.cxx @@ -74,6 +74,20 @@ void SMsgHandler::setEncodings(int nEncodings, const int32_t* encodings) supportsQEMUKeyEvent(); } +void SMsgHandler::keyEvent(uint32_t /*keysym*/, uint32_t /*keycode*/, + bool /*down*/) +{ +} + +void SMsgHandler::pointerEvent(const Point& /*pos*/, + uint8_t /*buttonMask*/) +{ +} + +void SMsgHandler::clientCutText(const char* /*str*/) +{ +} + void SMsgHandler::handleClipboardCaps(uint32_t flags, const uint32_t* lengths) { int i; |