Commit 848650d9 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

ddraw: Downgrade the SetCooperativeLevel FIXME to a TRACE.

parent 7a445747
......@@ -361,7 +361,7 @@ IDirectDrawImpl_SetCooperativeLevel(IDirectDraw7 *iface,
HWND window;
HRESULT hr;
FIXME("(%p)->(%p,%08x)\n",This,hwnd,cooplevel);
TRACE("(%p)->(%p,%08x)\n",This,hwnd,cooplevel);
DDRAW_dump_cooperativelevel(cooplevel);
EnterCriticalSection(&ddraw_cs);
......
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