Re: d3d9: add a few tests for GetAdapterDisplayModeEx
7 Jul
2010
7 Jul
'10
9:58 p.m.
On 7 July 2010 23:39, Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 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, "rotation is %d instead of %d\n", rotation, D3DDISPLAYROTATION_IDENTITY);
These obviously depend on the actual setup of the machine running the test. It also seems likely that you're supposed to initialize mode_ex.Size before making the GetAdapterDisplayModeEx() call.
5645
Age (days ago)
5645
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet