diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2008-09-05 02:26:35 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2008-09-05 02:26:35 +0000 |
commit | 3ce6a72fb9f7552f9a30bfec1ba39c86af4ecc9d (patch) | |
tree | 84e54624f01f0f39e91fba7c28eab7c1bb0de5df /common/rfb/VNCSConnectionST.h | |
parent | e6658f93c1a815e2ce0575337e9599346b7bd6a8 (diff) | |
download | tigervnc-3ce6a72fb9f7552f9a30bfec1ba39c86af4ecc9d.tar.gz tigervnc-3ce6a72fb9f7552f9a30bfec1ba39c86af4ecc9d.zip |
[Enhancements, refactoring] Rationalized functions to control video
rectangle selection and default video rectangle. Added more logging and
improved error checking in the related code.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2753 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/VNCSConnectionST.h')
-rw-r--r-- | common/rfb/VNCSConnectionST.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/VNCSConnectionST.h b/common/rfb/VNCSConnectionST.h index 1df718af..d48c8c73 100644 --- a/common/rfb/VNCSConnectionST.h +++ b/common/rfb/VNCSConnectionST.h @@ -131,7 +131,6 @@ namespace rfb { virtual void supportsLocalCursor(); virtual void setVideoRectangle(const Rect& r); - virtual void unsetVideoRectangle(); // setAccessRights() allows a security package to limit the access rights // of a VNCSConnectioST to the server. These access rights are applied |