user32: Pass the WM_IME_NOTIFY message to the default IME window.

oldstable
ByeongSik Jeon 2008-04-22 12:33:22 +09:00 committed by Alexandre Julliard
parent a6ff00c4da
commit 4b77bb4ae2
1 changed files with 2 additions and 0 deletions

View File

@ -854,6 +854,7 @@ LRESULT WINAPI DefWindowProcA( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam
case WM_IME_COMPOSITION:
case WM_IME_ENDCOMPOSITION:
case WM_IME_SELECT:
case WM_IME_NOTIFY:
{
HWND hwndIME;
@ -1006,6 +1007,7 @@ LRESULT WINAPI DefWindowProcW(
case WM_IME_COMPOSITION:
case WM_IME_ENDCOMPOSITION:
case WM_IME_SELECT:
case WM_IME_NOTIFY:
{
HWND hwndIME;