Alexandre Julliard : winex11: Avoid printing traces without a \n.

Alexandre Julliard julliard at winehq.org
Thu May 1 06:39:25 CDT 2008


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu May  1 12:37:28 2008 +0200

winex11: Avoid printing traces without a \n.

---

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

diff --git a/dlls/winex11.drv/ime.c b/dlls/winex11.drv/ime.c
index c179410..b9c76f4 100644
--- a/dlls/winex11.drv/ime.c
+++ b/dlls/winex11.drv/ime.c
@@ -684,7 +684,6 @@ BOOL WINAPI NotifyIME(HIMC hIMC, DWORD dwAction, DWORD dwIndex, DWORD dwValue)
         case NI_SETCANDIDATE_PAGESTART: FIXME("NI_SETCANDIDATE_PAGESTART\n"); break;
         case NI_SETCANDIDATE_PAGESIZE: FIXME("NI_SETCANDIDATE_PAGESIZE\n"); break;
         case NI_CONTEXTUPDATED:
-            FIXME("NI_CONTEXTUPDATED:");
             switch (dwValue)
             {
                 case IMC_SETCOMPOSITIONWINDOW: FIXME("IMC_SETCOMPOSITIONWINDOW\n"); break;
@@ -735,7 +734,6 @@ BOOL WINAPI NotifyIME(HIMC hIMC, DWORD dwAction, DWORD dwIndex, DWORD dwValue)
             }
             break;
         case NI_COMPOSITIONSTR:
-            TRACE("NI_COMPOSITIONSTR:");
             switch (dwIndex)
             {
                 case CPS_COMPLETE:




More information about the wine-cvs mailing list