Evgeny Boltik, <BSTSoft AT narod DOT ru>: Convert BitBlt source coordinates (destination coordinates were converted already)

svn path=/trunk/; revision=39485
This commit is contained in:
Gregor Schneider 2009-02-08 14:54:41 +00:00
parent ffcf4490be
commit 0651d50d93

View file

@ -259,6 +259,10 @@ NtGdiBitBlt(
SourcePoint.x = XSrc;
SourcePoint.y = YSrc;
if (UsesSource)
{
IntLPtoDP(DCSrc, (LPPOINT)&SourcePoint, 1);
}
BrushOrigin.x = 0;
BrushOrigin.y = 0;