mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[NtGDI]
- Turn off debug DC Bounds spam. svn path=/trunk/; revision=73482
This commit is contained in:
parent
7f0fc1252d
commit
c7dd36d8e1
1 changed files with 2 additions and 2 deletions
|
@ -194,8 +194,8 @@ IntGdiLineTo(DC *dc,
|
|||
|
||||
if (dc->fs & (DC_ACCUM_APP|DC_ACCUM_WMGR))
|
||||
{
|
||||
DPRINT1("Bounds dc %p l %d t %d\n",dc,Bounds.left,Bounds.top);
|
||||
DPRINT1(" r %d b %d\n",Bounds.right,Bounds.bottom);
|
||||
DPRINT("Bounds dc %p l %d t %d\n",dc,Bounds.left,Bounds.top);
|
||||
DPRINT(" r %d b %d\n",Bounds.right,Bounds.bottom);
|
||||
AddPenLinesBounds(dc, 2, Points);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue