[ros-diffs] [navaraf] 20454: Fix a cut & paste error.

navaraf at svn.reactos.org navaraf at svn.reactos.org
Fri Dec 30 02:39:42 CET 2005


Fix a cut & paste error.
Modified: trunk/reactos/subsys/win32k/objects/text.c
  _____  

Modified: trunk/reactos/subsys/win32k/objects/text.c
--- trunk/reactos/subsys/win32k/objects/text.c	2005-12-30 01:28:29 UTC
(rev 20453)
+++ trunk/reactos/subsys/win32k/objects/text.c	2005-12-30 01:39:34 UTC
(rev 20454)
@@ -1598,7 +1598,7 @@

       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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051230/dc2a1fdb/attachment.html


More information about the Ros-diffs mailing list