ddraw: Downgrade the SetCooperativeLevel FIXME to a TRACE.
This commit is contained in:
parent
7a445747ea
commit
848650d908
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue