ddraw: Downgrade the SetCooperativeLevel FIXME to a TRACE.

This commit is contained in:
Stefan Dösinger 2007-10-09 15:00:18 +02:00 committed by Alexandre Julliard
parent 7a445747ea
commit 848650d908
1 changed files with 1 additions and 1 deletions

View File

@ -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);