Fix a cut & paste error.
[reactos.git] / reactos / subsys / win32k / objects / text.c
index 751e84e..89589ea 100644 (file)
@@ -1598,6 +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, (LPPOINT)&DestRect, 2);
       IntEngBitBlt(
          &BitmapObj->SurfObj,
          NULL,