src/windows/native/sun/windows/awt_Frame.cpp

Print this page

        

@@ -349,10 +349,12 @@
     // which has the Java input focus
     switch (message) {
         case WM_IME_STARTCOMPOSITION:
         case WM_IME_ENDCOMPOSITION:
         case WM_IME_COMPOSITION:
+        case WM_IME_SETCONTEXT:
+        case WM_IME_NOTIFY:
         case WM_IME_CONTROL:
         case WM_IME_COMPOSITIONFULL:
         case WM_IME_SELECT:
         case WM_IME_CHAR:
         case WM_IME_REQUEST: