98f7e1aa
by Zhengyong Chen at 2025-10-08T16:48:48+02:00
imm32: Do not overwrite input context window with GetFocus() in ime_ui_update_window.
Overwriting ctx->hWnd with the current focus window breaks the
relationship between the HIMC handle and its associated window.
This direct assignment does not update the corresponding state
in the wine server, leading to inconsistencies between client and
server.
Signed-off-by: chenzhengyong <chenzhengyong@uniontech.com>