ddraw: Add a TRACE to GetPixelFormat.

This commit is contained in:
Stefan Dösinger 2006-12-14 20:49:26 +01:00 committed by Alexandre Julliard
parent 902a39f0bd
commit 2fe8a41cb8
1 changed files with 1 additions and 1 deletions

View File

@ -1291,8 +1291,8 @@ IDirectDrawSurfaceImpl_GetColorKey(IDirectDrawSurface7 *iface,
/* There is a DDERR_NOCOLORKEY error, but how do we know if a color key /* There is a DDERR_NOCOLORKEY error, but how do we know if a color key
* isn't there? That's like saying that an int isn't there. (Which MS * isn't there? That's like saying that an int isn't there. (Which MS
* has done in other docs.) */ * has done in other docs.) */
ICOM_THIS_FROM(IDirectDrawSurfaceImpl, IDirectDrawSurface7, iface); ICOM_THIS_FROM(IDirectDrawSurfaceImpl, IDirectDrawSurface7, iface);
TRACE("(%p)->(%08x,%p)\n", This, Flags, CKey);
if(!CKey) if(!CKey)
return DDERR_INVALIDPARAMS; return DDERR_INVALIDPARAMS;