diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-04-01 14:42:34 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-04-01 14:42:34 +0000 |
commit | 42d20e75c4f1b44ea2728f02c18f140611e92b44 (patch) | |
tree | 3b7b7439a676fdf3769e357c19cf9e8b58b86427 /unix/vncviewer/CConn.h | |
parent | b900e369697423e214f2a9d3223924a4519bf90d (diff) | |
download | tigervnc-42d20e75c4f1b44ea2728f02c18f140611e92b44.tar.gz tigervnc-42d20e75c4f1b44ea2728f02c18f140611e92b44.zip |
Try to increase the update rate by requesting a new update in parallel with
decoding the current one.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3733 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/vncviewer/CConn.h')
-rw-r--r-- | unix/vncviewer/CConn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/vncviewer/CConn.h b/unix/vncviewer/CConn.h index 96a76fe4..3bf0a82e 100644 --- a/unix/vncviewer/CConn.h +++ b/unix/vncviewer/CConn.h @@ -81,6 +81,7 @@ public: void setColourMapEntries(int firstColour, int nColours, rdr::U16* rgbs); void bell(); void serverCutText(const char* str, int len); + void framebufferUpdateStart(); void framebufferUpdateEnd(); void beginRect(const rfb::Rect& r, unsigned int encoding); void endRect(const rfb::Rect& r, unsigned int encoding); |