H. Verbeet : d3d9: Trace the Format parameter to IDirect3DDevice9Impl_CreateTexture as hexadecimal .

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 26 06:37:12 CDT 2007


Module: wine
Branch: master
Commit: 4194d784f8e678281205e17f79f8bf7c51847885
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4194d784f8e678281205e17f79f8bf7c51847885

Author: H. Verbeet <hverbeet at gmail.com>
Date:   Thu Jul 26 00:38:45 2007 +0200

d3d9: Trace the Format parameter to IDirect3DDevice9Impl_CreateTexture as hexadecimal.

---

 dlls/d3d9/texture.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d9/texture.c b/dlls/d3d9/texture.c
index d45385d..aa873eb 100644
--- a/dlls/d3d9/texture.c
+++ b/dlls/d3d9/texture.c
@@ -333,7 +333,7 @@ HRESULT  WINAPI  IDirect3DDevice9Impl_CreateTexture(LPDIRECT3DDEVICE9 iface, UIN
     IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface;
     HRESULT hrc = D3D_OK;
     
-    TRACE("(%p) : W(%d) H(%d), Lvl(%d) d(%d), Fmt(%u), Pool(%d)\n", This, Width, Height, Levels, Usage, Format,  Pool);
+    TRACE("(%p) : W(%d) H(%d), Lvl(%d) d(%d), Fmt(%#x), Pool(%d)\n", This, Width, Height, Levels, Usage, Format,  Pool);
 
     /* Allocate the storage for the device */
     object = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(IDirect3DTexture9Impl));




More information about the wine-cvs mailing list