mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 12:55:43 +00:00
[MSCTFIME][CICERO] Implement CFnDocFeed (#6513)
Supporting TIPs... JIRA issue: CORE-19360 - Add missing CicInputContext methods. - Implement CFnDocFeed class.
This commit is contained in:
parent
0086d05007
commit
f53f1334ed
8 changed files with 156 additions and 58 deletions
|
@ -357,8 +357,6 @@ STDMETHODIMP_(LRESULT)
|
|||
CDefCompFrameWindow::OnWindowPosChanged(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
CicIMCLock imcLock(m_hIMC);
|
||||
if (!imcLock)
|
||||
imcLock.m_hr = E_FAIL;
|
||||
if (SUCCEEDED(imcLock.m_hr))
|
||||
::SendMessage(imcLock.get().hWnd, WM_IME_NOTIFY, 0xF, (LPARAM)m_hIMC);
|
||||
return ::DefWindowProc(hWnd, uMsg, wParam, lParam);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue