diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-03-23 16:48:35 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-03-23 16:48:35 +0000 |
commit | e7a41d5862440d8729a1ef142baf04af713e96b2 (patch) | |
tree | e9ef7c3ba526cb327060f52651979599782e9f9f /common/rfb/CMsgWriterV3.h | |
parent | c4661e7eecaf889f4975218a7c1c1b308e898cb8 (diff) | |
download | tigervnc-e7a41d5862440d8729a1ef142baf04af713e96b2.tar.gz tigervnc-e7a41d5862440d8729a1ef142baf04af713e96b2.zip |
Add client method to send SetDesktopSize.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3711 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/CMsgWriterV3.h')
-rw-r--r-- | common/rfb/CMsgWriterV3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rfb/CMsgWriterV3.h b/common/rfb/CMsgWriterV3.h index 0b2f9afe..15c6d6df 100644 --- a/common/rfb/CMsgWriterV3.h +++ b/common/rfb/CMsgWriterV3.h @@ -30,6 +30,8 @@ namespace rfb { virtual void startMsg(int type); virtual void endMsg(); + virtual void writeSetDesktopSize(int width, int height, + const ScreenSet& layout); }; } #endif |