Fix a cut & paste error.

svn path=/trunk/; revision=20454
This commit is contained in:
Filip Navara
2005-12-30 01:39:34 +00:00
parent 887fc26b44
commit 2482000b65
+1 -1
View File
@@ -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,