New debug scheme with explicit debug channels declaration.
diff --git a/tsx11/ts_xf86dga.c b/tsx11/ts_xf86dga.c
index 393bf15..089a7ee 100644
--- a/tsx11/ts_xf86dga.c
+++ b/tsx11/ts_xf86dga.c
@@ -15,6 +15,8 @@
#include "debug.h"
#include "x11drv.h"
+DEFAULT_DEBUG_CHANNEL(x11)
+
Bool TSXF86DGAQueryVersion(Display*a0,int*a1,int*a2)
{
Bool r;
diff --git a/tsx11/ts_xf86vmode.c b/tsx11/ts_xf86vmode.c
index c3775f9..4f36b13 100644
--- a/tsx11/ts_xf86vmode.c
+++ b/tsx11/ts_xf86vmode.c
@@ -18,6 +18,8 @@
#include "debug.h"
#include "x11drv.h"
+DEFAULT_DEBUG_CHANNEL(x11)
+
Bool TSXF86VidModeQueryVersion(Display*a0,int*a1,int*a2)
{
Bool r;
diff --git a/tsx11/ts_xlib.c b/tsx11/ts_xlib.c
index d4b6a48..b5ac61d 100644
--- a/tsx11/ts_xlib.c
+++ b/tsx11/ts_xlib.c
@@ -13,6 +13,8 @@
#include "debug.h"
#include "x11drv.h"
+DEFAULT_DEBUG_CHANNEL(x11)
+
XFontStruct * TSXLoadQueryFont(Display* a0, const char* a1)
{
XFontStruct * r;
diff --git a/tsx11/ts_xpm.c b/tsx11/ts_xpm.c
index a7a1803..619266b 100644
--- a/tsx11/ts_xpm.c
+++ b/tsx11/ts_xpm.c
@@ -14,6 +14,8 @@
#include "debug.h"
#include "x11drv.h"
+DEFAULT_DEBUG_CHANNEL(x11)
+
int TSXpmCreatePixmapFromData(Display *a0, Drawable a1, char **a2, Pixmap *a3, Pixmap *a4, XpmAttributes *a5)
{
int r;
diff --git a/tsx11/ts_xresource.c b/tsx11/ts_xresource.c
index ba5c542..17841c6 100644
--- a/tsx11/ts_xresource.c
+++ b/tsx11/ts_xresource.c
@@ -14,6 +14,8 @@
#include "debug.h"
#include "x11drv.h"
+DEFAULT_DEBUG_CHANNEL(x11)
+
XrmQuark TSXrmUniqueQuark(void)
{
XrmQuark r;
diff --git a/tsx11/ts_xshm.c b/tsx11/ts_xshm.c
index e2f7b39..e92f10c 100644
--- a/tsx11/ts_xshm.c
+++ b/tsx11/ts_xshm.c
@@ -15,6 +15,8 @@
#include "debug.h"
#include "x11drv.h"
+DEFAULT_DEBUG_CHANNEL(x11)
+
Bool TSXShmQueryExtension(Display *a0)
{
Bool r;
diff --git a/tsx11/ts_xutil.c b/tsx11/ts_xutil.c
index fa227cc..61655ce 100644
--- a/tsx11/ts_xutil.c
+++ b/tsx11/ts_xutil.c
@@ -15,6 +15,8 @@
#include "debug.h"
#include "x11drv.h"
+DEFAULT_DEBUG_CHANNEL(x11)
+
XClassHint * TSXAllocClassHint(void)
{
XClassHint * r;