mshtml: Use wine_dbgstr_rect() to trace RECTs.

Michael Stefaniuc mstefani at redhat.de
Wed Apr 20 03:37:03 CDT 2016


Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
---
 dlls/mshtml/view.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/mshtml/view.c b/dlls/mshtml/view.c
index 43ea3e3..8ca3caf 100644
--- a/dlls/mshtml/view.c
+++ b/dlls/mshtml/view.c
@@ -250,9 +250,8 @@ static HRESULT activate_window(HTMLDocumentObj *This)
         return hres;
     }
 
-    TRACE("got window context: %p %p {%d %d %d %d} {%d %d %d %d} {%d %x %p %p %d}\n",
-            pIPFrame, This->ip_window, posrect.left, posrect.top, posrect.right, posrect.bottom,
-            cliprect.left, cliprect.top, cliprect.right, cliprect.bottom,
+    TRACE("got window context: %p %p %s %s {%d %x %p %p %d}\n",
+            pIPFrame, This->ip_window, wine_dbgstr_rect(&posrect), wine_dbgstr_rect(&cliprect),
             frameinfo.cb, frameinfo.fMDIApp, frameinfo.hwndFrame, frameinfo.haccel, frameinfo.cAccelEntries);
 
     hres = IOleInPlaceSite_GetWindow(This->ipsite, &parent_hwnd);
-- 
2.4.11



More information about the wine-patches mailing list