wined3d: If Wine fails to acquire the focus window, allow the wndproc function to continue receiving messages.

oldstable
John Edmonds 2011-04-29 19:23:18 -04:00 committed by Alexandre Julliard
parent 1fbf857dc1
commit 2fb6b509cb
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}