user32: Use wine_dbgstr_rect() to trace a RECT.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6b16727803
commit
08821df92c
|
@ -501,8 +501,7 @@ static void MDI_ChildGetMinMaxInfo( HWND client, HWND hwnd, MINMAXINFO* lpMinMax
|
||||||
lpMinMax->ptMaxPosition.x = rect.left;
|
lpMinMax->ptMaxPosition.x = rect.left;
|
||||||
lpMinMax->ptMaxPosition.y = rect.top;
|
lpMinMax->ptMaxPosition.y = rect.top;
|
||||||
|
|
||||||
TRACE("max rect (%d,%d - %d, %d)\n",
|
TRACE("max rect %s\n", wine_dbgstr_rect(&rect));
|
||||||
rect.left,rect.top,rect.right,rect.bottom);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
Loading…
Reference in New Issue