Robert Shearman wrote:
I wrote the test, but I'm beginning to wish I hadn't. The failures are either one of two things: differences in when the transforms are updated in Win9x mode or possibly because it is too sensitive to the DPI of the screen.
It's definitly not caused by differing DPIs anymore, I fixed that some weeks ago by using much smaller numbers.
A summary what is right/wrong:
For MM_ANISOTROPIC both wine and the test is correct. The MM_TEXT test is correct, wine is broken when emulating Win9x. The NULL test is wrong on Win9x.
Felix