Module: wine Branch: master Commit: 32c39db84d4de1d873ae6b34db1cc436b82fd15d URL: http://source.winehq.org/git/wine.git/?a=commit;h=32c39db84d4de1d873ae6b34db...
Author: Kusanagi Kouichi slash@ac.auone-net.jp Date: Wed Feb 24 20:04:14 2010 +0900
winex11.drv: Add a new debug channel for XIM.
---
dlls/winex11.drv/xim.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/xim.c b/dlls/winex11.drv/xim.c index ee2bd15..6daa075 100644 --- a/dlls/winex11.drv/xim.c +++ b/dlls/winex11.drv/xim.c @@ -32,7 +32,7 @@ #include "imm.h" #include "wine/debug.h"
-WINE_DEFAULT_DEBUG_CHANNEL(x11drv); +WINE_DEFAULT_DEBUG_CHANNEL(xim);
#ifndef HAVE_XICCALLBACK_CALLBACK #define XICCallback XIMCallback