winex11.drv: Add a new debug channel for XIM.

This commit is contained in:
Kusanagi Kouichi 2010-02-24 20:04:14 +09:00 committed by Alexandre Julliard
parent 097d3f0aa0
commit 32c39db84d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include "imm.h" #include "imm.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(x11drv); WINE_DEFAULT_DEBUG_CHANNEL(xim);
#ifndef HAVE_XICCALLBACK_CALLBACK #ifndef HAVE_XICCALLBACK_CALLBACK
#define XICCallback XIMCallback #define XICCallback XIMCallback