mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix a cut & paste error.
svn path=/trunk/; revision=20454
This commit is contained in:
@@ -1598,7 +1598,7 @@ NtGdiExtTextOut(
|
||||
DestRect.top = SpecifiedDestRect.top + dc->w.DCOrgY;
|
||||
DestRect.right = SpecifiedDestRect.right + dc->w.DCOrgX;
|
||||
DestRect.bottom = SpecifiedDestRect.bottom + dc->w.DCOrgY;
|
||||
IntLPtoDP(dc, (LPRECT)&DestRect, 2);
|
||||
IntLPtoDP(dc, (LPPOINT)&DestRect, 2);
|
||||
IntEngBitBlt(
|
||||
&BitmapObj->SurfObj,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user