- Patch by Aric Stewart : Pass WM_IME_CONTROL messages to the IME.
authorJames Tabor <james.tabor@reactos.org>
Fri, 26 Dec 2014 00:44:36 +0000 (00:44 +0000)
committerJames Tabor <james.tabor@reactos.org>
Fri, 26 Dec 2014 00:44:36 +0000 (00:44 +0000)
svn path=/trunk/; revision=65828

reactos/win32ss/user/user32/windows/defwnd.c

index d57326c..4993da3 100644 (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;