Christian Costa : d3dx9_36: Remove TGA from TODO since it is supported.

Alexandre Julliard julliard at winehq.org
Mon Jan 30 14:05:53 CST 2012


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

Author: Christian Costa <titan.costa at gmail.com>
Date:   Mon Jan 30 01:17:23 2012 +0100

d3dx9_36: Remove TGA from TODO since it is supported.

---

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

diff --git a/dlls/d3dx9_36/surface.c b/dlls/d3dx9_36/surface.c
index fea7f1e..c3796ee 100644
--- a/dlls/d3dx9_36/surface.c
+++ b/dlls/d3dx9_36/surface.c
@@ -64,7 +64,7 @@ HRESULT WINAPI D3DXGetImageInfoFromFileInMemory(LPCVOID data, UINT datasize, D3D
     if (!warn_once++)
         FIXME("(%p, %d, %p): partially implemented\n", data, datasize, info);
 
-    /* TODO: Add support for (or at least detect) TGA, DDS, PPM and DIB */
+    /* TODO: Add support for (or at least detect) DDS, PPM and DIB */
 
     if (!data || !datasize)
         return D3DERR_INVALIDCALL;




More information about the wine-cvs mailing list