summaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCSConnectionST.h
diff options
context:
space:
mode:
authorConstantin Kaplinsky <const@tightvnc.com>2007-08-31 21:06:53 +0000
committerConstantin Kaplinsky <const@tightvnc.com>2007-08-31 21:06:53 +0000
commit1a845d0a692b49ddf0dad0e8f61983bc45495854 (patch)
treebcbf78404714b0d49bc6220e072946393d708951 /common/rfb/VNCSConnectionST.h
parent45517c824e38455df9b52998ebed7ea17b5dc9de (diff)
downloadtigervnc-1a845d0a692b49ddf0dad0e8f61983bc45495854.tar.gz
tigervnc-1a845d0a692b49ddf0dad0e8f61983bc45495854.zip
Special handling of a rectangular video area in the UpdateTracker and derived/related classes.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2327 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/VNCSConnectionST.h')
-rw-r--r--common/rfb/VNCSConnectionST.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/VNCSConnectionST.h b/common/rfb/VNCSConnectionST.h
index 7fe2e323..a388873d 100644
--- a/common/rfb/VNCSConnectionST.h
+++ b/common/rfb/VNCSConnectionST.h
@@ -93,6 +93,7 @@ namespace rfb {
void add_copied(const Region& dest, const Point& delta) {
updates.add_copied(dest, delta);
}
+ void set_video_area(const Rect &rect) { updates.set_video_area(rect); }
const char* getPeerEndpoint() const {return peerEndpoint.buf;}