winex11: Standardize a stub trace and add a trailing '\n'.

Francois Gouget fgouget at free.fr
Tue May 6 12:58:59 CDT 2008


---

With the proper trace parameters this time.

 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 b9c76f4..f478a86 100644
--- a/dlls/winex11.drv/ime.c
+++ b/dlls/winex11.drv/ime.c
@@ -651,7 +651,7 @@ BOOL WINAPI ImeSelect(HIMC hIMC, BOOL fSelect)
 
 BOOL WINAPI ImeSetActiveContext(HIMC hIMC,BOOL fFlag)
 {
-    FIXME("Stub");
+    FIXME("(%p, %x): stub\n", hIMC, fFlag);
     return TRUE;
 }
 
-- 
1.5.5.1




More information about the wine-patches mailing list