[PATCH 3/3] gdi32: Call pMoveTo when emulating PolylineTo and PolyBezierTo.

Misha Koshelev mk144210 at bcm.edu
Tue Jun 19 23:50:11 CDT 2007


The last step of these functions is setting the current position to the last point, we should
pass this change of position on to the applicable GDI drivers (and we know here we are not in a
path when we are emulating these functions using Polyline/PolyBezier).
---
 dlls/gdi32/painting.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 045e20ebbff09c6e01a61b0303ddc82489ff5208.diff
Type: text/x-patch
Size: 909 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070619/c95f40fa/045e20ebbff09c6e01a61b0303ddc82489ff5208.bin


More information about the wine-patches mailing list