Re: d3d9: add a few tests for GetAdapterDisplayModeEx

2010-07-07 Thread Henri Verbeet
On 8 July 2010 00:14, Louis Lenders wrote: >>These obviously depend on the actual setup of the machine running the >>test. > > yeah, you have a suggestion how to change the test, or should i just leave > them out of the test? > > Perhaps you can use EnumDisplaySettingsEx() or similar functions to

Re: d3d9: add a few tests for GetAdapterDisplayModeEx

2010-07-07 Thread Louis Lenders
On 7 July 2010 23:39, Louis Lenders wrote: > +todo_wine ok(mode_ex.ScanLineOrdering == > D3DSCANLINEORDERING_PROGRESSIVE, >"ScanLineOrdering is %d instead of %d\n", mode_ex.ScanLineOrdering, >D3DSCANLINEORDERING_PROGRESSIVE); > +todo_wine ok(rotation == D3DDISPLAYROTATION_IDENTITY, "rot

Re: d3d9: add a few tests for GetAdapterDisplayModeEx

2010-07-07 Thread Henri Verbeet
On 7 July 2010 23:39, Louis Lenders wrote: > +todo_wine ok(mode_ex.ScanLineOrdering == > D3DSCANLINEORDERING_PROGRESSIVE, "ScanLineOrdering is %d instead of %d\n", > mode_ex.ScanLineOrdering, D3DSCANLINEORDERING_PROGRESSIVE); > +todo_wine ok(rotation == D3DDISPLAYROTATION_IDENTITY, "rota