mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
- Patch by Aric Stewart : Pass WM_IME_CONTROL messages to the IME.
svn path=/trunk/; revision=65828
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user