mirror of
https://github.com/reactos/wine.git
synced 2025-02-24 06:55:00 +00:00
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…
x
Reference in New Issue
Block a user