]> source.dussan.org Git - tigervnc.git/commitdiff
Make sure we flush the X11 connection once we've sent a bunch of screen updates.
authorPierre Ossman <ossman@cendio.se>
Wed, 1 Apr 2009 13:47:30 +0000 (13:47 +0000)
committerPierre Ossman <ossman@cendio.se>
Wed, 1 Apr 2009 13:47:30 +0000 (13:47 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3732 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/vncviewer/DesktopWindow.cxx

index 36f96fc76e3a206f2fb29689f35f4f11e6b61d13..095f14fe1f7e9cb9ac71abffaf120b01841c7420 100644 (file)
@@ -314,6 +314,7 @@ void DesktopWindow::updateWindow()
   damage.clear();
 
   im->put(win(), gc, r);
+  XFlush(dpy);
 }