[Wine-patches] [eter-2.1 4/7] gdiplus: Print a passed in rectangle in GdipCombineRegionRect. (eterbug #9086)
Dmitry Timoshkov
dtimoshkov на etersoft.ru
Пн Мар 18 07:41:00 MSK 2013
(cherry picked from commit 65bd8f2b262075938324ec2689e667aca96350cb)
---
dlls/gdiplus/region.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/gdiplus/region.c b/dlls/gdiplus/region.c
index 5583514..99c5d35 100644
--- a/dlls/gdiplus/region.c
+++ b/dlls/gdiplus/region.c
@@ -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;
--
1.8.2
Подробная информация о списке рассылки Wine-patches