winex11: Flush the output of a flushed surface right away.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2015-11-27 18:47:01 +09:00
parent 89f12fc101
commit c7c1fb5eab
1 changed files with 1 additions and 0 deletions

View File

@ -1937,6 +1937,7 @@ static void x11drv_surface_flush( struct window_surface *window_surface )
surface->header.rect.top + coords.visrect.top,
coords.visrect.right - coords.visrect.left,
coords.visrect.bottom - coords.visrect.top );
XFlush( gdi_display );
}
reset_bounds( &surface->bounds );
window_surface->funcs->unlock( window_surface );