Module: wine Branch: master Commit: b86d69de16a42abe2648215e609dcf36f5d0f462 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b86d69de16a42abe2648215e60...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Sep 5 21:15:51 2011 +0200
wined3d: Don't override the swapchain present interval in IWineD3DSurfaceImpl_BltOverride().
---
dlls/wined3d/surface.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c index de97735..3c88668 100644 --- a/dlls/wined3d/surface.c +++ b/dlls/wined3d/surface.c @@ -5346,7 +5346,6 @@ static HRESULT IWineD3DSurfaceImpl_BltOverride(struct wined3d_surface *dst_surfa */
dstSwapchain->presentParms.SwapEffect = WINED3DSWAPEFFECT_COPY; - dstSwapchain->presentParms.PresentationInterval = WINED3DPRESENT_INTERVAL_IMMEDIATE;
TRACE("Full screen back buffer -> front buffer blt, performing a flip instead.\n"); wined3d_swapchain_present(dstSwapchain, NULL, NULL, dstSwapchain->win_handle, NULL, 0);