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

This commit is contained in:
Alexandre Julliard 2010-04-22 16:33:35 +02:00
parent ca3cb9e2f5
commit 5e60175c7a
1 changed files with 1 additions and 1 deletions

View File

@ -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;