[PATCH 1/3] gdi32: Set current position properly after ArcTo.

Misha Koshelev mk144210 at bcm.edu
Tue Jun 19 23:48:31 CDT 2007


dc->CursPosX/Y must be set whether or not we call pArcTo.

The first 2 patches in this patchset fix bug 8743 and make the ArcTo in paths test conform
perfectly (yay). The third patches fixes an error I noticed in PolylineTo and PolyBezierTo when
I was working on ArcTo.
---
 dlls/gdi32/painting.c   |   56 +++++++++++++++++++++++-----------------------
 dlls/gdi32/tests/path.c |    2 +-
 2 files changed, 29 insertions(+), 29 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 288c845219389f2e95786750f40aa584c1faa9e4.diff
Type: text/x-patch
Size: 3707 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070619/a1f9076b/288c845219389f2e95786750f40aa584c1faa9e4.bin


More information about the wine-patches mailing list