http://bugs.winehq.org/show_bug.cgi?id=18640
--- Comment #16 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-07-10 09:38:09 ---
However, the way this should be implemented is that IWineD3DImpl_GetAdapterDisplayMode() should be extended to return rotation and scanline ordering,
Any idea how to retrieve the scanline ordering?
then implement IDirect3D9ExImpl_GetAdapterDisplayModeEx() on
top of IWineD3DImpl_GetAdapterDisplayMode(), and IDirect3D9Impl_GetAdapterDisplayMode() on top of IDirect3D9ExImpl_GetAdapterDisplayModeEx().
Ok, thanks for the info, i'll see if i can put something together later (if noone beats me to it)