Module: wine Branch: master Commit: 2fe8a41cb833157ac2a811567129cd329f9c4b7d URL: http://source.winehq.org/git/wine.git/?a=commit;h=2fe8a41cb833157ac2a8115671... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Thu Dec 14 20:49:26 2006 +0100 ddraw: Add a TRACE to GetPixelFormat. --- dlls/ddraw/surface.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ddraw/surface.c b/dlls/ddraw/surface.c index 03ea974..b005579 100644 --- a/dlls/ddraw/surface.c +++ b/dlls/ddraw/surface.c @@ -1291,8 +1291,8 @@ IDirectDrawSurfaceImpl_GetColorKey(IDire /* 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 * has done in other docs.) */ - ICOM_THIS_FROM(IDirectDrawSurfaceImpl, IDirectDrawSurface7, iface); + TRACE("(%p)->(%08x,%p)\n", This, Flags, CKey); if(!CKey) return DDERR_INVALIDPARAMS;