mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +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:
parent
c2a9c48bbf
commit
183626a804
1 changed files with 1 additions and 1 deletions
|
@ -1702,7 +1702,7 @@ end:
|
||||||
POINT pt;
|
POINT pt;
|
||||||
IntGetCurrentPositionEx(dc, &pt);
|
IntGetCurrentPositionEx(dc, &pt);
|
||||||
IntDPtoLP(dc, &pt, 1);
|
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);
|
DPRINT("Leave %s, ret=%d\n", __FUNCTION__, ret);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue