winex11: Flush the gdi display after processing the last event.
This commit is contained in:
parent
ca3cb9e2f5
commit
5e60175c7a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue