mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Removed debug output.
svn path=/trunk/; revision=4042
This commit is contained in:
parent
31036dbb90
commit
15128f6053
1 changed files with 0 additions and 2 deletions
|
@ -1797,8 +1797,6 @@ W32kPaintRgn(HDC hDC,
|
||||||
ASSERT( ClipRegion );
|
ASSERT( ClipRegion );
|
||||||
pBrush = BRUSHOBJ_LockBrush(dc->w.hBrush);
|
pBrush = BRUSHOBJ_LockBrush(dc->w.hBrush);
|
||||||
ASSERT(pBrush);
|
ASSERT(pBrush);
|
||||||
DbgPrint("\t brush color: %x \n", pBrush->iSolidColor);
|
|
||||||
|
|
||||||
BrushOrigin.x = dc->w.brushOrgX;
|
BrushOrigin.x = dc->w.brushOrgX;
|
||||||
BrushOrigin.y = dc->w.brushOrgY;
|
BrushOrigin.y = dc->w.brushOrgY;
|
||||||
SurfObj = (SURFOBJ*)AccessUserObject(dc->Surface);
|
SurfObj = (SURFOBJ*)AccessUserObject(dc->Surface);
|
||||||
|
|
Loading…
Reference in a new issue