gdi32: Add a trace for GetClipBox.
This commit is contained in:
parent
7864ade5a8
commit
cec1686ced
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue