mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
Toggling IME open/close from pen icon menu didn't work because the kbswitch app thread is different from the IME thread. JIRA issue: CORE-19268 - Use WM_IME_CONTROL:IMC_GETOPENSTATUS instead of imm32!ImmGetOpenStatus. - Use WM_IME_CONTROL:IMC_GETCONVERSIONMODE instead of imm32!ImmGetConversionStatus. - Use WM_IME_SYSTEM:IMS_SETOPENSTATUS instead of imm32!ImmSetOpenStatus. - Adjustment for timing of SetForegroundWindow call.