Module: wine Branch: master Commit: 047e42da0880c6809b2c564ce40546679dae447b URL: http://source.winehq.org/git/wine.git/?a=commit;h=047e42da0880c6809b2c564ce4...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Sep 16 14:55:40 2008 +0200
wined3d: Improve a TRACE.
---
dlls/wined3d/surface.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c index 4e7626c..8087252 100644 --- a/dlls/wined3d/surface.c +++ b/dlls/wined3d/surface.c @@ -624,7 +624,7 @@ static void WINAPI IWineD3DSurfaceImpl_UnLoad(IWineD3DSurface *iface) {
void WINAPI IWineD3DSurfaceImpl_SetGlTextureDesc(IWineD3DSurface *iface, UINT textureName, int target) { IWineD3DSurfaceImpl *This = (IWineD3DSurfaceImpl *)iface; - TRACE("(%p) : setting textureName %u, target %i\n", This, textureName, target); + TRACE("(%p) : setting textureName %u, target %#x\n", This, textureName, target); if (This->glDescription.textureName == 0 && textureName != 0) { IWineD3DSurface_ModifyLocation(iface, SFLAG_INTEXTURE, FALSE); if((This->Flags & SFLAG_LOCATIONS) == 0) {