Module: wine Branch: master Commit: 002446b1e7ecd9fcaaef807fea94bbae16179a55 URL: http://source.winehq.org/git/wine.git/?a=commit;h=002446b1e7ecd9fcaaef807fea...
Author: Michael Müller michael@fds-team.de Date: Sat Feb 28 21:24:54 2015 +0100
d3d8: Mark one more function as hotpatchable.
---
dlls/d3d8/swapchain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/d3d8/swapchain.c b/dlls/d3d8/swapchain.c index 067a3e0..44fc02a 100644 --- a/dlls/d3d8/swapchain.c +++ b/dlls/d3d8/swapchain.c @@ -86,7 +86,7 @@ static ULONG WINAPI d3d8_swapchain_Release(IDirect3DSwapChain8 *iface) return ref; }
-static HRESULT WINAPI d3d8_swapchain_Present(IDirect3DSwapChain8 *iface, +static HRESULT WINAPI DECLSPEC_HOTPATCH d3d8_swapchain_Present(IDirect3DSwapChain8 *iface, const RECT *src_rect, const RECT *dst_rect, HWND dst_window_override, const RGNDATA *dirty_region) {