Fix annoying problem where screen doesn't update until you move the mouse, caused by xwin.c revision 886

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1521 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Jay Sorg 2009-10-25 23:37:26 +00:00
parent fdcd8d7591
commit c0197b7be2

1
xwin.c
View File

@ -3735,6 +3735,7 @@ ui_begin_update(void)
void
ui_end_update(void)
{
XFlush(g_display);
}