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.