diff options
Diffstat (limited to 'common/rfb/VNCSConnectionST.h')
-rw-r--r-- | common/rfb/VNCSConnectionST.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rfb/VNCSConnectionST.h b/common/rfb/VNCSConnectionST.h index cde2b31f..1df718af 100644 --- a/common/rfb/VNCSConnectionST.h +++ b/common/rfb/VNCSConnectionST.h @@ -130,6 +130,9 @@ namespace rfb { virtual void setInitialColourMap(); 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 // such that the actual rights granted are the minimum of the server's |