- Patch by Aric Stewart : Pass WM_IME_CONTROL messages to the IME.

svn path=/trunk/; revision=65828
This commit is contained in:
James Tabor 2014-12-26 00:44:36 +00:00
parent fdc61d524b
commit 51cd3cccb9

View file

@ -1505,6 +1505,7 @@ RealDefWindowProcA(HWND hWnd,
case WM_IME_ENDCOMPOSITION:
case WM_IME_SELECT:
case WM_IME_NOTIFY:
case WM_IME_CONTROL:
{
HWND hwndIME;
@ -1666,6 +1667,7 @@ RealDefWindowProcW(HWND hWnd,
case WM_IME_ENDCOMPOSITION:
case WM_IME_SELECT:
case WM_IME_NOTIFY:
case WM_IME_CONTROL:
{
HWND hwndIME;