Commit 5e60175c authored by Alexandre Julliard's avatar Alexandre Julliard

winex11: Flush the gdi display after processing the last event.

parent ca3cb9e2
......@@ -379,8 +379,8 @@ static int process_events( Display *display, Bool (*filter)(Display*, XEvent*,XP
break;
}
}
XFlush( gdi_display );
if (prev_event.type) call_event_handler( display, &prev_event );
XFlush( gdi_display );
wine_tsx11_unlock();
if (count) TRACE( "processed %d events\n", count );
return count;
......
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