diff options
Diffstat (limited to 'rfb/CMsgHandler.cxx')
-rw-r--r-- | rfb/CMsgHandler.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rfb/CMsgHandler.cxx b/rfb/CMsgHandler.cxx index 10109169..cc7c11fe 100644 --- a/rfb/CMsgHandler.cxx +++ b/rfb/CMsgHandler.cxx @@ -96,4 +96,8 @@ void CMsgHandler::copyRect(const Rect& r, int srcX, int srcY) { } +bool CMsgHandler::processFTMsg(int type) +{ + return false; +} |