diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2008-08-21 03:35:08 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2008-08-21 03:35:08 +0000 |
commit | c341ac6973de3ccdc500cc63d7593b9c1631c6c5 (patch) | |
tree | 9d965f6b9bc1f80654b62d11ba9b3d8eb376888f /common/rfb/VNCServerST.h | |
parent | 6d085f11e79f3872a7eed9c3c6829c07a84d8cd2 (diff) | |
download | tigervnc-c341ac6973de3ccdc500cc63d7593b9c1631c6c5.tar.gz tigervnc-c341ac6973de3ccdc500cc63d7593b9c1631c6c5.zip |
Passing VideoArea parameter to VNCServerST object. VNCServerST saves the
rectangle but does not use it yet.
does not do anything more.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2692 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/VNCServerST.h')
-rw-r--r-- | common/rfb/VNCServerST.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rfb/VNCServerST.h b/common/rfb/VNCServerST.h index 5277f550..1dd7afd1 100644 --- a/common/rfb/VNCServerST.h +++ b/common/rfb/VNCServerST.h @@ -205,6 +205,8 @@ namespace rfb { void setVideoRectangle(const Rect& r); void unsetVideoRectangle(); + void setDefaultVideoRect(const Rect& r); + protected: friend class VNCSConnectionST; @@ -256,6 +258,7 @@ namespace rfb { bool m_videoSelectionEnabled; Rect m_videoRect; + Rect m_defaultVideoRect; }; }; |