diff options
Diffstat (limited to 'common/rfb/VNCSConnectionST.h')
-rw-r--r-- | common/rfb/VNCSConnectionST.h | 1 |
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;} |