diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-02-13 14:40:25 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-14 16:03:35 +0200 |
commit | 126e56420e47d72cc950d03976ee57d1efda436e (patch) | |
tree | 81983d8f132c9ca381e50debbbdf1f66b797832a /common/rfb/VNCSConnectionST.h | |
parent | d4f718ddd02d50cb538ccd1e356a545aca119c2f (diff) | |
download | tigervnc-126e56420e47d72cc950d03976ee57d1efda436e.tar.gz tigervnc-126e56420e47d72cc950d03976ee57d1efda436e.zip |
Store the mouse cursor in the ConnParams object
Like we do for everything else. This also gets rid
of the callback, which is a bit out of place
compared to everything else.
Diffstat (limited to 'common/rfb/VNCSConnectionST.h')
-rw-r--r-- | common/rfb/VNCSConnectionST.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/rfb/VNCSConnectionST.h b/common/rfb/VNCSConnectionST.h index ca5c4f01..c918c599 100644 --- a/common/rfb/VNCSConnectionST.h +++ b/common/rfb/VNCSConnectionST.h @@ -40,7 +40,6 @@ namespace rfb { class Encoder; class VNCSConnectionST : public SConnection, - public WriteSetCursorCallback, public Timer::Callback { public: VNCSConnectionST(VNCServerST* server_, network::Socket* s, bool reverse); @@ -152,9 +151,6 @@ namespace rfb { // default access settings and the connection's access settings. virtual void setAccessRights(AccessRights ar) {accessRights=ar;} - // WriteSetCursorCallback - virtual void writeSetCursorCallback(); - // Timer callbacks virtual bool handleTimeout(Timer* t); |