summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2009-04-01 13:47:30 +0000
committerPierre Ossman <ossman@cendio.se>2009-04-01 13:47:30 +0000
commitb900e369697423e214f2a9d3223924a4519bf90d (patch)
tree72585eac676326f1197be77fa7520e85a6c12308 /unix
parent95a96db3d8e7d6b509383cf89509146768044ac3 (diff)
downloadtigervnc-b900e369697423e214f2a9d3223924a4519bf90d.tar.gz
tigervnc-b900e369697423e214f2a9d3223924a4519bf90d.zip
Make sure we flush the X11 connection once we've sent a bunch of screen updates.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3732 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r--unix/vncviewer/DesktopWindow.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/vncviewer/DesktopWindow.cxx b/unix/vncviewer/DesktopWindow.cxx
index 36f96fc7..095f14fe 100644
--- a/unix/vncviewer/DesktopWindow.cxx
+++ b/unix/vncviewer/DesktopWindow.cxx
@@ -314,6 +314,7 @@ void DesktopWindow::updateWindow()
damage.clear();
im->put(win(), gc, r);
+ XFlush(dpy);
}