Author: jimtabor Date: Fri Dec 23 18:42:47 2016 New Revision: 73482
URL: http://svn.reactos.org/svn/reactos?rev=73482&view=rev Log: [NtGDI] - Turn off debug DC Bounds spam.
Modified: trunk/reactos/win32ss/gdi/ntgdi/line.c
Modified: trunk/reactos/win32ss/gdi/ntgdi/line.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/gdi/ntgdi/line.c?re... ============================================================================== --- trunk/reactos/win32ss/gdi/ntgdi/line.c [iso-8859-1] (original) +++ trunk/reactos/win32ss/gdi/ntgdi/line.c [iso-8859-1] Fri Dec 23 18:42:47 2016 @@ -194,8 +194,8 @@
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); }