[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:
Katayama Hirofumi MZ 2024-02-23 17:43:13 +09:00 committed by GitHub
parent 69b08be0e0
commit 980ebf0694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 727 additions and 592 deletions

View file

@ -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)
{