H. Verbeet : wined3d: Downgrade a FIXME to a TRACE.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 6 05:10:18 CST 2006


Module: wine
Branch: refs/heads/master
Commit: bcfa7dcf7dc547cbc25c73ed95f45605b5e3cc80
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=bcfa7dcf7dc547cbc25c73ed95f45605b5e3cc80

Author: H. Verbeet <hverbeet at gmail.com>
Date:   Mon Feb  6 11:30:27 2006 +0100

wined3d: Downgrade a FIXME to a TRACE.

---

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

diff --git a/dlls/wined3d/drawprim.c b/dlls/wined3d/drawprim.c
index eded7f9..1328967 100644
--- a/dlls/wined3d/drawprim.c
+++ b/dlls/wined3d/drawprim.c
@@ -1779,7 +1779,7 @@ UINT numberOfvertices, UINT numberOfIndi
             GLint errPos;
             IWineD3DVertexDeclarationImpl *vertexDeclaration;
 
-            FIXME("Using vertex shader\n");
+            TRACE("Using vertex shader\n");
 
             /* Bind the vertex program */
             GL_EXTCALL(glBindProgramARB(GL_VERTEX_PROGRAM_ARB, ((IWineD3DVertexShaderImpl *)This->stateBlock->vertexShader)->prgId));




More information about the wine-cvs mailing list