FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
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