From: Rémi Bernon rbernon@codeweavers.com
--- dlls/winex11.drv/xim.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/winex11.drv/xim.c b/dlls/winex11.drv/xim.c index ef09356fbb0..347f8254340 100644 --- a/dlls/winex11.drv/xim.c +++ b/dlls/winex11.drv/xim.c @@ -330,6 +330,7 @@ void X11DRV_NotifyIMEStatus( HWND hwnd, UINT status ) }
if (!status) XFree( XmbResetIC( xic ) ); + XFlush( x11drv_thread_data()->display ); }
/***********************************************************************