Commit 029297fa authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

ddraw: Add a trace to ddraw_surface_update_frontbuffer().

parent 91916619
......@@ -64,6 +64,9 @@ HRESULT ddraw_surface_update_frontbuffer(struct ddraw_surface *surface,
BOOL ret;
RECT r;
TRACE("surface %p, rect %s, read %#x, swap_interval %u.\n",
surface, wine_dbgstr_rect(rect), read, swap_interval);
if (ddraw->flags & DDRAW_SWAPPED && !read)
{
ddraw->flags &= ~DDRAW_SWAPPED;
......
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