diff options
author | Pierre Ossman <ossman@cendio.se> | 2018-03-23 11:45:51 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2018-03-28 12:50:41 +0200 |
commit | 8efc7b47cc744b3ee4b7ae20f88c9e3aa775eefe (patch) | |
tree | de3464f90b71e201787481f95d3171e069362b75 /common/rfb/VNCServerST.h | |
parent | a2b80d6ae7a4ad2df5db657c7e23aabf3df104e4 (diff) | |
download | tigervnc-8efc7b47cc744b3ee4b7ae20f88c9e3aa775eefe.tar.gz tigervnc-8efc7b47cc744b3ee4b7ae20f88c9e3aa775eefe.zip |
Send lossless refresh even with pending updates
There might be parts of the screen that haven't changed and can
therefore be refreshed. Figure which parts these are and send just
those.
Diffstat (limited to 'common/rfb/VNCServerST.h')
-rw-r--r-- | common/rfb/VNCServerST.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/VNCServerST.h b/common/rfb/VNCServerST.h index 9a1a44d1..b7845ddd 100644 --- a/common/rfb/VNCServerST.h +++ b/common/rfb/VNCServerST.h @@ -229,7 +229,7 @@ namespace rfb { void stopFrameClock(); int msToNextUpdate(); void writeUpdate(); - bool checkUpdate(); + Region getPendingRegion(); const RenderedCursor* getRenderedCursor(); void notifyScreenLayoutChange(VNCSConnectionST *requester); |