Commit c7c1fb5e authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 89f12fc1
...@@ -1937,6 +1937,7 @@ static void x11drv_surface_flush( struct window_surface *window_surface ) ...@@ -1937,6 +1937,7 @@ static void x11drv_surface_flush( struct window_surface *window_surface )
surface->header.rect.top + coords.visrect.top, surface->header.rect.top + coords.visrect.top,
coords.visrect.right - coords.visrect.left, coords.visrect.right - coords.visrect.left,
coords.visrect.bottom - coords.visrect.top ); coords.visrect.bottom - coords.visrect.top );
XFlush( gdi_display );
} }
reset_bounds( &surface->bounds ); reset_bounds( &surface->bounds );
window_surface->funcs->unlock( window_surface ); window_surface->funcs->unlock( window_surface );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment