wined3d: Copy some missing fields to the new swapchain desc in wined3d_device_reset().
commitbff80b8bab25aee0cd25e1b10f1edbd7b2091631
authorHenri Verbeet <hverbeet@codeweavers.com>
Mon, 23 Sep 2013 08:26:45 +0000 (23 10:26 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 Sep 2013 18:37:29 +0000 (23 20:37 +0200)
treed9fa65e5137b7a7c02ffe5c92ca51057734b5bff
parent864b25e58297f79c3c7f8e4ca349499265fbd9e5
wined3d: Copy some missing fields to the new swapchain desc in wined3d_device_reset().

The ones that matter are enable_auto_depth_stencil and
auto_depth_stencil_format. auto_restore_display_mode should never change in
practice.
dlls/wined3d/device.c