Browse Source

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
tags/v0.0.90
Pierre Ossman 15 years ago
parent
commit
b900e36969
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      unix/vncviewer/DesktopWindow.cxx

+ 1
- 0
unix/vncviewer/DesktopWindow.cxx View File

@@ -314,6 +314,7 @@ void DesktopWindow::updateWindow()
damage.clear();

im->put(win(), gc, r);
XFlush(dpy);
}



Loading…
Cancel
Save