Henri Verbeet : d3dx9: Improve a few TRACEs.

Alexandre Julliard julliard at winehq.org
Mon Aug 25 06:20:43 CDT 2008


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

Author: Henri Verbeet <hverbeet at gmail.com>
Date:   Sun Aug 24 23:43:27 2008 +0200

d3dx9: Improve a few TRACEs.

---

 dlls/d3dx9_36/shader.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/d3dx9_36/shader.c b/dlls/d3dx9_36/shader.c
index 97109a2..48499ac 100644
--- a/dlls/d3dx9_36/shader.c
+++ b/dlls/d3dx9_36/shader.c
@@ -29,7 +29,7 @@ LPCSTR WINAPI D3DXGetPixelShaderProfile(LPDIRECT3DDEVICE9 device)
 {
     D3DCAPS9 caps;
 
-    TRACE("(void): relay\n");
+    TRACE("device %p\n", device);
 
     if (!device) return NULL;
 
@@ -107,7 +107,7 @@ LPCSTR WINAPI D3DXGetVertexShaderProfile(LPDIRECT3DDEVICE9 device)
 {
     D3DCAPS9 caps;
 
-    TRACE("(void): relay\n");
+    TRACE("device %p\n", device);
 
     if (!device) return NULL;
 




More information about the wine-cvs mailing list