diff options
Diffstat (limited to 'common/rfb/CConnection.h')
-rw-r--r-- | common/rfb/CConnection.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/rfb/CConnection.h b/common/rfb/CConnection.h index 7f8dbea0..6bc7a389 100644 --- a/common/rfb/CConnection.h +++ b/common/rfb/CConnection.h @@ -92,6 +92,15 @@ namespace rfb { // Methods overridden from CMsgHandler + // Note: These must be called by any deriving classes + + virtual void setDesktopSize(int w, int h); + virtual void setExtendedDesktopSize(unsigned reason, unsigned result, + int w, int h, + const ScreenSet& layout); + + virtual void framebufferUpdateStart(); + virtual void framebufferUpdateEnd(); virtual void dataRect(const Rect& r, int encoding); |