Commit f0de67de authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

imm32: Set context conversion and sentence status.

parent 7a907f1f
......@@ -696,6 +696,9 @@ HIMC WINAPI ImmCreateContext(void)
/* Initialize the IME Private */
new_context->IMC.hPrivate = ImmCreateIMCC(new_context->immKbd->imeInfo.dwPrivateDataSize);
new_context->IMC.fdwConversion = new_context->immKbd->imeInfo.fdwConversionCaps;
new_context->IMC.fdwSentence = new_context->immKbd->imeInfo.fdwSentenceCaps;
if (!new_context->immKbd->pImeSelect(new_context, TRUE))
{
TRACE("Selection of IME failed\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment