projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f0fc12
)
[NtGDI]
author
James Tabor
<james.tabor@reactos.org>
Fri, 23 Dec 2016 18:42:47 +0000
(18:42 +0000)
committer
James Tabor
<james.tabor@reactos.org>
Fri, 23 Dec 2016 18:42:47 +0000
(18:42 +0000)
- Turn off debug DC Bounds spam.
svn path=/trunk/; revision=73482
reactos/win32ss/gdi/ntgdi/line.c
patch
|
blob
|
history
diff --git
a/reactos/win32ss/gdi/ntgdi/line.c
b/reactos/win32ss/gdi/ntgdi/line.c
index
0127091
..
ce642d8
100644
(file)
--- a/
reactos/win32ss/gdi/ntgdi/line.c
+++ b/
reactos/win32ss/gdi/ntgdi/line.c
@@
-194,8
+194,8
@@
IntGdiLineTo(DC *dc,
if (dc->fs & (DC_ACCUM_APP|DC_ACCUM_WMGR))
{
- DPRINT
1
("Bounds dc %p l %d t %d\n",dc,Bounds.left,Bounds.top);
- DPRINT
1
(" 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);
}