On 30 April 2011 01:23, John Edmonds <pocketcooki...@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.

Reply via email to