FreeRDP
Loading...
Searching...
No Matches
xf_debug.h
1
21
#pragma once
22
23
#include <freerdp/config.h>
24
#include <freerdp/log.h>
25
26
#define DBG_TAG CLIENT_TAG("x11")
27
28
#ifdef WITH_DEBUG_X11
29
#define DEBUG_X11(...) WLog_DBG(DBG_TAG, __VA_ARGS__)
30
#else
31
#define DEBUG_X11(...) \
32
do \
33
{ \
34
} while (0)
35
#endif
client
X11
xf_debug.h
Generated by
1.9.8