Kusanagi Kouichi : winex11.drv: There seems to be nothing to be done for IMN_SETOPENSTATUS.

Alexandre Julliard julliard at winehq.org
Wed Feb 24 10:21:33 CST 2010


Module: wine
Branch: master
Commit: 097d3f0aa0a4ab392c58b1d9fd196ee899afde09
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=097d3f0aa0a4ab392c58b1d9fd196ee899afde09

Author: Kusanagi Kouichi <slash at ac.auone-net.jp>
Date:   Wed Feb 24 20:04:01 2010 +0900

winex11.drv: There seems to be nothing to be done for IMN_SETOPENSTATUS.

---

 dlls/winex11.drv/ime.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/ime.c b/dlls/winex11.drv/ime.c
index 242ecda..f9e0538 100644
--- a/dlls/winex11.drv/ime.c
+++ b/dlls/winex11.drv/ime.c
@@ -1311,7 +1311,7 @@ static LRESULT ImeHandleNotify(HIMC hIMC, HWND hwnd, UINT msg, WPARAM wParam,
             FIXME("WM_IME_NOTIFY:IMN_SETSENTENCEMODE\n");
             break;
         case IMN_SETOPENSTATUS:
-            FIXME("WM_IME_NOTIFY:IMN_SETOPENSTATUS\n");
+            TRACE("WM_IME_NOTIFY:IMN_SETOPENSTATUS\n");
             break;
         case IMN_SETCANDIDATEPOS:
             FIXME("WM_IME_NOTIFY:IMN_SETCANDIDATEPOS\n");




More information about the wine-cvs mailing list