ddraw: Set the swap effect to WINED3DSWAPEFFECT_COPY in ddraw_create_gdi_swapchain().
commit5824551d76770ad566734e6646168cbe760757bf
authorHenri Verbeet <hverbeet@codeweavers.com>
Tue, 6 Sep 2011 17:19:50 +0000 (6 19:19 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 7 Sep 2011 09:12:43 +0000 (7 11:12 +0200)
tree3135b94b85ccd3cc24d1b8f35f2fd56041dc5849
parent582767ce456edcd989661a6fd71b54807ea87610
ddraw: Set the swap effect to WINED3DSWAPEFFECT_COPY in ddraw_create_gdi_swapchain().

The actual swapchain implementation ignores the swap effect and always does a
copy anyway, but this makes it consistent with ddraw_attach_d3d_device().
dlls/ddraw/ddraw.c