diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-04-01 13:47:30 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-04-01 13:47:30 +0000 |
commit | b900e369697423e214f2a9d3223924a4519bf90d (patch) | |
tree | 72585eac676326f1197be77fa7520e85a6c12308 /unix | |
parent | 95a96db3d8e7d6b509383cf89509146768044ac3 (diff) | |
download | tigervnc-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.cxx | 1 |
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); } |