summaryrefslogtreecommitdiffstats
path: root/vncviewer/Viewport.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2015-09-23 12:18:52 +0200
committerPierre Ossman <ossman@cendio.se>2015-09-23 12:20:14 +0200
commitd9b9003d977f8aaf37010c70bdac0b827749d554 (patch)
treee97ee5a9135c25519eafc8f548b5f1cf985c301c /vncviewer/Viewport.cxx
parente539cb857f36dc0c6ca1f0e4af4d886c93ea1cfe (diff)
downloadtigervnc-d9b9003d977f8aaf37010c70bdac0b827749d554.tar.gz
tigervnc-d9b9003d977f8aaf37010c70bdac0b827749d554.zip
Display partial updates on slow transfers
Normally we only display screen changes once we have the updates for the entire screen. This may give the impression that the viewer is hung though. So display the partial data if the update is taking to long to arrive.
Diffstat (limited to 'vncviewer/Viewport.cxx')
-rw-r--r--vncviewer/Viewport.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vncviewer/Viewport.cxx b/vncviewer/Viewport.cxx
index 4bd0758f..ee74e9d6 100644
--- a/vncviewer/Viewport.cxx
+++ b/vncviewer/Viewport.cxx
@@ -170,7 +170,6 @@ const rfb::PixelFormat &Viewport::getPreferredPF()
// Copy the areas of the framebuffer that have been changed (damaged)
// to the displayed window.
-// FIXME: Make sure this gets called on slow updates
void Viewport::updateWindow()
{