[PATCH try2 4/4] gdi32: Call pMoveTo if available when emulating ArcTo/PolylineTo/PolyBezierTo.

Alexandre Julliard julliard at winehq.org
Thu Jun 21 09:11:45 CDT 2007


Misha Koshelev <mk144210 at bcm.edu> writes:

> This sends proper position information to the GDI driver when we are emulating these functions.

I don't think I agree with this one. If the driver needs to update the
position then it should implement ArcTo etc. since it may need to
distinguish that from an explicit MoveTo. Or if the generic
implementation is really good enough in all cases then we shouldn't
export a driver entry point at all.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list