summaryrefslogtreecommitdiffstats
path: root/common/rfb/SMsgWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/SMsgWriter.h')
-rw-r--r--common/rfb/SMsgWriter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/rfb/SMsgWriter.h b/common/rfb/SMsgWriter.h
index a39cc4f7..01141af3 100644
--- a/common/rfb/SMsgWriter.h
+++ b/common/rfb/SMsgWriter.h
@@ -164,6 +164,12 @@ namespace rfb {
void writePseudoRects();
void writeNoDataRects();
+ void writeSetDesktopSizeRect(int width, int height);
+ void writeExtendedDesktopSizeRect(rdr::U16 reason, rdr::U16 result,
+ int fb_width, int fb_height,
+ const ScreenSet& layout);
+ void writeSetDesktopNameRect(const char *name);
+
ConnParams* cp;
rdr::OutStream* os;