aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCServerST.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2018-03-23 11:45:51 +0100
committerPierre Ossman <ossman@cendio.se>2018-03-28 12:50:41 +0200
commit8efc7b47cc744b3ee4b7ae20f88c9e3aa775eefe (patch)
treede3464f90b71e201787481f95d3171e069362b75 /common/rfb/VNCServerST.h
parenta2b80d6ae7a4ad2df5db657c7e23aabf3df104e4 (diff)
downloadtigervnc-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.h2
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);