gdi32: Add a trace for GetClipBox.

Dmitry Timoshkov dmitry at codeweavers.com
Tue Sep 14 02:41:44 CDT 2010


---
 dlls/gdi32/clipping.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/gdi32/clipping.c b/dlls/gdi32/clipping.c
index 7be7650..8717da7 100644
--- a/dlls/gdi32/clipping.c
+++ b/dlls/gdi32/clipping.c
@@ -408,6 +408,7 @@ INT WINAPI GetClipBox( HDC hdc, LPRECT rect )
     }
     DPtoLP( hdc, (LPPOINT)rect, 2 );
     release_dc_ptr( dc );
+    TRACE("%p => %d %s\n", hdc, ret, wine_dbgstr_rect( rect ));
     return ret;
 }
 
-- 
1.7.0.6




More information about the wine-patches mailing list