Alexandre Julliard pushed to branch master at wine / wine
Commits: 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
- - - - -
1 changed file:
- dlls/imm32/ime.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/98f7e1aa16c747f42028729be7cbc44...