mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
- Patch by Aric Stewart : Pass WM_IME_CONTROL messages to the IME.
svn path=/trunk/; revision=65828
This commit is contained in:
parent
fdc61d524b
commit
51cd3cccb9
1 changed files with 2 additions and 0 deletions
|
@ -1505,6 +1505,7 @@ RealDefWindowProcA(HWND hWnd,
|
||||||
case WM_IME_ENDCOMPOSITION:
|
case WM_IME_ENDCOMPOSITION:
|
||||||
case WM_IME_SELECT:
|
case WM_IME_SELECT:
|
||||||
case WM_IME_NOTIFY:
|
case WM_IME_NOTIFY:
|
||||||
|
case WM_IME_CONTROL:
|
||||||
{
|
{
|
||||||
HWND hwndIME;
|
HWND hwndIME;
|
||||||
|
|
||||||
|
@ -1666,6 +1667,7 @@ RealDefWindowProcW(HWND hWnd,
|
||||||
case WM_IME_ENDCOMPOSITION:
|
case WM_IME_ENDCOMPOSITION:
|
||||||
case WM_IME_SELECT:
|
case WM_IME_SELECT:
|
||||||
case WM_IME_NOTIFY:
|
case WM_IME_NOTIFY:
|
||||||
|
case WM_IME_CONTROL:
|
||||||
{
|
{
|
||||||
HWND hwndIME;
|
HWND hwndIME;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue