diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2007-08-31 21:06:53 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2007-08-31 21:06:53 +0000 |
commit | 1a845d0a692b49ddf0dad0e8f61983bc45495854 (patch) | |
tree | bcbf78404714b0d49bc6220e072946393d708951 /common/rfb/VNCServerST.h | |
parent | 45517c824e38455df9b52998ebed7ea17b5dc9de (diff) | |
download | tigervnc-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/VNCServerST.h')
-rw-r--r-- | common/rfb/VNCServerST.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/VNCServerST.h b/common/rfb/VNCServerST.h index bc15b7f4..37b75eaf 100644 --- a/common/rfb/VNCServerST.h +++ b/common/rfb/VNCServerST.h @@ -83,6 +83,7 @@ namespace rfb { virtual void serverCutText(const char* str, int len); virtual void add_changed(const Region ®ion); virtual void add_copied(const Region &dest, const Point &delta); + virtual void set_video_area(const Rect &rect); virtual bool clientsReadyForUpdate(); virtual void tryUpdate(); virtual void setCursor(int width, int height, const Point& hotspot, |