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

Henri Verbeet hverbeet at gmail.com
Fri Apr 29 22:20:18 CDT 2011


On 30 April 2011 01:23, John Edmonds <pocketcookies2 at gmail.com> wrote:
> @@ -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;
>                 }
This patch looks right in principle. Note that if you're running into
this code you probably have problems elsewhere though.


More information about the wine-devel mailing list