mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[NtGdi]
- Remove Path for MoveTo and Polyline. It is not needed. - Fix build. svn path=/trunk/; revision=72604
This commit is contained in:
@@ -1702,7 +1702,7 @@ end:
|
||||
POINT pt;
|
||||
IntGetCurrentPositionEx(dc, &pt);
|
||||
IntDPtoLP(dc, &pt, 1);
|
||||
IntGdiMoveToEx(dc, pt.x, pt.y, NULL, FALSE);
|
||||
IntGdiMoveToEx(dc, pt.x, pt.y, NULL);
|
||||
}
|
||||
DPRINT("Leave %s, ret=%d\n", __FUNCTION__, ret);
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user