mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:55:56 +00:00
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:
parent
ffcf4490be
commit
0651d50d93
1 changed files with 4 additions and 0 deletions
|
@ -259,6 +259,10 @@ NtGdiBitBlt(
|
||||||
|
|
||||||
SourcePoint.x = XSrc;
|
SourcePoint.x = XSrc;
|
||||||
SourcePoint.y = YSrc;
|
SourcePoint.y = YSrc;
|
||||||
|
if (UsesSource)
|
||||||
|
{
|
||||||
|
IntLPtoDP(DCSrc, (LPPOINT)&SourcePoint, 1);
|
||||||
|
}
|
||||||
|
|
||||||
BrushOrigin.x = 0;
|
BrushOrigin.x = 0;
|
||||||
BrushOrigin.y = 0;
|
BrushOrigin.y = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue