mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
gdiplus: Print a passed in rectangle in GdipCombineRegionRect.
This commit is contained in:
parent
e5a48b2d75
commit
65bd8f2b26
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ GpStatus WINGDIPAPI GdipCombineRegionRect(GpRegion *region,
|
|||
region_element *left, *right = NULL;
|
||||
GpStatus stat;
|
||||
|
||||
TRACE("%p %p %d\n", region, rect, mode);
|
||||
TRACE("%p %s %d\n", region, debugstr_rectf(rect), mode);
|
||||
|
||||
if (!(region && rect))
|
||||
return InvalidParameter;
|
||||
|
|
Loading…
Reference in a new issue