Commit 2fb6b509 authored by John Edmonds's avatar John Edmonds Committed by Alexandre Julliard

wined3d: If Wine fails to acquire the focus window, allow the wndproc function…

wined3d: If Wine fails to acquire the focus window, allow the wndproc function to continue receiving messages.
parent 1fbf857d
......@@ -6559,6 +6559,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_Reset(IWineD3DDevice *iface,
{
ERR("Failed to acquire focus window, hr %#x.\n", hr);
wined3d_swapchain_decref(swapchain);
This->filter_messages = filter;
return hr;
}
......
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