Commit b5888299 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

directmanipulation: Return S_OK form viewport_SetViewportOptions stub.

Fixes Paradox launcher crash on start when Windows version is set to 10. Signed-off-by: 's avatarPaul Gofman <pgofman@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent abe848f0
......@@ -610,7 +610,7 @@ static HRESULT WINAPI viewport_SetViewportOptions(IDirectManipulationViewport2 *
{
struct directviewport *This = impl_from_IDirectManipulationViewport2(iface);
FIXME("%p, %d\n", This, options);
return E_NOTIMPL;
return S_OK;
}
static HRESULT WINAPI viewport_AddConfiguration(IDirectManipulationViewport2 *iface, DIRECTMANIPULATION_CONFIGURATION configuration)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment