dxgi: Make dxgi_swapchain_SetFullscreenState() hotpatchable.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
64e02271c1
commit
e79bf35933
@ -178,10 +178,10 @@ static HRESULT STDMETHODCALLTYPE dxgi_swapchain_GetBuffer(IDXGISwapChain *iface,
|
||||
return hr;
|
||||
}
|
||||
|
||||
static HRESULT STDMETHODCALLTYPE dxgi_swapchain_SetFullscreenState(IDXGISwapChain *iface,
|
||||
static HRESULT STDMETHODCALLTYPE DECLSPEC_HOTPATCH dxgi_swapchain_SetFullscreenState(IDXGISwapChain *iface,
|
||||
BOOL fullscreen, IDXGIOutput *target)
|
||||
{
|
||||
FIXME("iface %p, fullscreen %u, target %p stub!\n", iface, fullscreen, target);
|
||||
FIXME("iface %p, fullscreen %#x, target %p stub!\n", iface, fullscreen, target);
|
||||
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user