[PATCH v3] gdi32/tests: MoveToEx() does not return the old point.

Huw Davies huw at codeweavers.com
Thu Nov 28 06:51:08 CST 2019


On Thu, Nov 28, 2019 at 01:43:31PM +0100, Francois Gouget wrote:
> On Thu, 28 Nov 2019, Huw Davies wrote:
> [...]
> > >  /***********************************************************************
> > >   *           MoveToEx    (GDI32.@)
> > > + *
> > > + * Wine returns the previous position in pt as per the documentation.
> > > + * However note that no Windows version does since at least XP.
> > >   */
> > 
> > I'm pretty sure Windows does return the previous position on dcs that
> > aren't metafile dcs, so this really doesn't belong here.
> 
> Ah. On to v4 then.

If you'd like to add some tests for MoveToEx() on regular dcs then that
might actually make this patch useful (rather than just adding a test
for an obscure corner case that nobody should care about...)

Huw.



More information about the wine-devel mailing list