mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[MSCTFIME] Implement CtfImeSetActiveContextAlways (#6522)
Supporting TIPs... JIRA issue: CORE-19360 - Move code of functions.cpp into misc.cpp and delete functions.cpp. - Add implementation to CicBridge::GetDocumentManager, CicBridge::CreateInputContext, and CicBridge::SetActiveContextAlways methods. - Implement NotifyIME, CtfImeSetActiveContextAlways, and CtfImeCreateInputContext functions.
This commit is contained in:
parent
69b08be0e0
commit
980ebf0694
13 changed files with 727 additions and 592 deletions
|
@ -529,7 +529,7 @@ HRESULT UIComposition::CreateCompButtonWnd(HWND hwndParent, HIMC hIMC)
|
|||
if (!pTLS || !pTLS->NonEACompositionEnabled())
|
||||
return S_OK;
|
||||
|
||||
if (IsEALang())
|
||||
if (IsEALang(0))
|
||||
{
|
||||
if (m_pCompButtonFrameWindow)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue