user32: Use wine_dbgstr_rect() to trace a RECT.

Michael Stefaniuc mstefani at redhat.de
Tue Apr 19 03:50:29 CDT 2016


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

diff --git a/dlls/user32/mdi.c b/dlls/user32/mdi.c
index 5d1117f..b2732e0 100644
--- a/dlls/user32/mdi.c
+++ b/dlls/user32/mdi.c
@@ -501,8 +501,7 @@ static void MDI_ChildGetMinMaxInfo( HWND client, HWND hwnd, MINMAXINFO* lpMinMax
     lpMinMax->ptMaxPosition.x = rect.left;
     lpMinMax->ptMaxPosition.y = rect.top;
 
-    TRACE("max rect (%d,%d - %d, %d)\n",
-                        rect.left,rect.top,rect.right,rect.bottom);
+    TRACE("max rect %s)\n", wine_dbgstr_rect(&rect));
 }
 
 /**********************************************************************
-- 
2.4.11



More information about the wine-patches mailing list