Commit 4b77bb4a authored by ByeongSik Jeon's avatar ByeongSik Jeon Committed by Alexandre Julliard

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

parent a6ff00c4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment