diff options
Diffstat (limited to 'common/rfb/SMsgWriterV3.h')
-rw-r--r-- | common/rfb/SMsgWriterV3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rfb/SMsgWriterV3.h b/common/rfb/SMsgWriterV3.h index 501fa489..d2c13df9 100644 --- a/common/rfb/SMsgWriterV3.h +++ b/common/rfb/SMsgWriterV3.h @@ -32,6 +32,7 @@ namespace rfb { virtual void startMsg(int type); virtual void endMsg(); virtual bool writeSetDesktopSize(); + virtual bool writeSetDesktopName(); virtual void cursorChange(WriteSetCursorCallback* cb); virtual void writeSetCursor(int width, int height, const Point& hotspot, void* data, void* mask); @@ -51,6 +52,7 @@ namespace rfb { int nRectsInHeader; WriteSetCursorCallback* wsccb; bool needSetDesktopSize; + bool needSetDesktopName; bool needLastRect; }; } |