[PATCH 2/5] wined3d: Remove wined3d_device_present (v2).

Henri Verbeet hverbeet at gmail.com
Tue Oct 13 07:56:56 CDT 2015


On 8 October 2015 at 20:09, Stefan Dösinger <stefan at codeweavers.com> wrote:
> index c995afb..1355a95 100644
> --- a/dlls/d3d9/swapchain.c
> +++ b/dlls/d3d9/swapchain.c
> @@ -118,10 +118,6 @@ static HRESULT WINAPI DECLSPEC_HOTPATCH d3d9_swapchain_Present(IDirect3DSwapChai
>      struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(swapchain->parent_device);
>      HRESULT hr;
>
> -    TRACE("iface %p, src_rect %s, dst_rect %s, dst_window_override %p, dirty_region %p, flags %#x.\n",
> -            iface, wine_dbgstr_rect(src_rect), wine_dbgstr_rect(dst_rect),
> -            dst_window_override, dirty_region, flags);
>
Why would you want to do that?



More information about the wine-devel mailing list