Commit fae4190dcaad5150568958f2a8f20edeba2084e1

Sam Lantinga 2013-09-13T17:42:46

Added SDL_Direct3D9GetAdapterIndex(), which returns the adapter index you would pass into CreateDevice to get your device on the right monitor in full screen mode. This fixes the default adapter in SDL_render_d3d.c, which means that tests will work fullscreen off the main monitor now. CR: Sam