aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winmsg.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-02-15 12:13:20 +0000
committermarha <marha@users.sourceforge.net>2010-02-15 12:13:20 +0000
commit058f810182082292d8632e1f0ad4ffd21adc50fa (patch)
treea707aab8ed502b94fb93014aca9098dff0bb022c /xorg-server/hw/xwin/winmsg.h
parentb40e949511ca8c00cd7d13c622b5247145d44ab3 (diff)
downloadvcxsrv-058f810182082292d8632e1f0ad4ffd21adc50fa.tar.gz
vcxsrv-058f810182082292d8632e1f0ad4ffd21adc50fa.tar.bz2
vcxsrv-058f810182082292d8632e1f0ad4ffd21adc50fa.zip
Put xserver traces at log level 4
Diffstat (limited to 'xorg-server/hw/xwin/winmsg.h')
-rw-r--r--xorg-server/hw/xwin/winmsg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winmsg.h b/xorg-server/hw/xwin/winmsg.h
index ecee86994..beb6683ed 100644
--- a/xorg-server/hw/xwin/winmsg.h
+++ b/xorg-server/hw/xwin/winmsg.h
@@ -39,9 +39,11 @@
#if !defined(_MSC_VER) || defined(_DEBUG)
#define WINDBG
void winDebug (const char *format, ...);
+void winDebug4 (const char *format, ...);
void winDebugWin32Message(const char* function, HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
#else
#define winDebug(...)
+#define winDebug4(...)
#define winDebugWin32Message(...)
#endif