summaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgReaderV3.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/CMsgReaderV3.h')
-rw-r--r--common/rfb/CMsgReaderV3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/rfb/CMsgReaderV3.h b/common/rfb/CMsgReaderV3.h
index 689bb650..a3b604e6 100644
--- a/common/rfb/CMsgReaderV3.h
+++ b/common/rfb/CMsgReaderV3.h
@@ -28,7 +28,8 @@ namespace rfb {
virtual void readServerInit();
virtual void readMsg();
private:
- void readFramebufferUpdate();
+ virtual void readFramebufferUpdate();
+ virtual void readSetDesktopName(int x, int y, int w, int h);
int nUpdateRectsLeft;
};
}