imm32: Correct a typo accidently using data instead of root_context.
This commit is contained in:
parent
f20651b1a4
commit
8be2adf398
|
@ -1860,7 +1860,7 @@ BOOL WINAPI ImmSetOpenStatus(HIMC hIMC, BOOL fOpen)
|
|||
if (hIMC == (HIMC)FROM_IME)
|
||||
{
|
||||
ImmInternalSetOpenStatus(fOpen);
|
||||
ImmInternalSendIMENotify(data, IMN_SETOPENSTATUS, 0);
|
||||
ImmInternalSendIMENotify(root_context, IMN_SETOPENSTATUS, 0);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue