May 15, 2026
12:48 p.m.
Rémi Bernon (@rbernon) commented about dlls/imm32/imm.c:
for (i = 0; i < ARRAY_SIZE(ctx->cfCandForm); i++) ctx->cfCandForm[i].dwIndex = ~0u; + + if ((ime = ime_acquire( GetKeyboardLayout( 0 ) ))) + { + ctx->fdwConversion = ime->info.fdwConversionCaps; + ctx->fdwSentence = ime->info.fdwSentenceCaps; + ime_release( ime ); + }
Could we have tests for this and the next one? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10913#note_140004