mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00: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