John Klehm : wintab32: Improve tracing of LOGCONTEXT struct.

Alexandre Julliard julliard at winehq.org
Thu Oct 2 11:37:26 CDT 2008


Module: wine
Branch: master
Commit: bf1f0568d0eb32b809781fea846f2160430c095a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bf1f0568d0eb32b809781fea846f2160430c095a

Author: John Klehm <xixsimplicityxix at gmail.com>
Date:   Wed Oct  1 11:26:05 2008 -0500

wintab32: Improve tracing of LOGCONTEXT struct.

---

 dlls/wintab32/context.c |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/dlls/wintab32/context.c b/dlls/wintab32/context.c
index 9b1da18..cf62154 100644
--- a/dlls/wintab32/context.c
+++ b/dlls/wintab32/context.c
@@ -114,7 +114,19 @@ static inline void DUMPPACKET(WTPACKET packet)
 
 static inline void DUMPCONTEXT(LOGCONTEXTW lc)
 {
-    TRACE("context: %s, %x, %x, %x, %x, %x, %x, %x%s, %x%s, %x%s, %x, %x, %i, %i, %i, %i ,%i, %i, %i, %i, %i,%i, %i, %i, %i, %i, %i, %i, %i, %i, %i, %i %i %i\n",
+    TRACE("Name: %s, Options: %x, Status: %x, Locks: %x, MsgBase: %x, "
+          "Device: %x, PktRate: %x, "
+          "%x%s, %x%s, %x%s, "
+          "BtnDnMask: %x, BtnUpMask: %x, "
+          "InOrgX: %i, InOrgY: %i, InOrgZ: %i, "
+          "InExtX: %i, InExtY: %i, InExtZ: %i, "
+          "OutOrgX: %i, OutOrgY: %i, OutOrgZ: %i, "
+          "OutExtX: %i, OutExtY: %i, OutExtZ: %i, "
+          "SensX: %i, SensY: %i, SensZ: %i, "
+          "SysMode: %i, "
+          "SysOrgX: %i, SysOrgY: %i, "
+          "SysExtX: %i, SysExtY: %i, "
+          "SysSensX: %i, SysSensY: %i\n",
           wine_dbgstr_w(lc.lcName), lc.lcOptions, lc.lcStatus, lc.lcLocks, lc.lcMsgBase,
           lc.lcDevice, lc.lcPktRate, lc.lcPktData, DUMPBITS(lc.lcPktData),
           lc.lcPktMode, DUMPBITS(lc.lcPktMode), lc.lcMoveMask,




More information about the wine-cvs mailing list