Christian Costa : include: Add missing formats in D3DXIMAGE_FILEFORMAT enum .

Alexandre Julliard julliard at winehq.org
Thu Feb 9 15:21:48 CST 2012


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

Author: Christian Costa <titan.costa at gmail.com>
Date:   Wed Feb  8 19:19:36 2012 +0100

include: Add missing formats in D3DXIMAGE_FILEFORMAT enum.

---

 include/d3dx9tex.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/include/d3dx9tex.h b/include/d3dx9tex.h
index 8e553e0..0f8fe68 100644
--- a/include/d3dx9tex.h
+++ b/include/d3dx9tex.h
@@ -52,7 +52,7 @@
 #define D3DX_CHANNEL_LUMINANCE           0x00000010
 
 /**********************************************
- **************** Typedefs ****************
+ ****************** Typedefs ******************
  **********************************************/
 typedef enum _D3DXIMAGE_FILEFORMAT
 {
@@ -63,6 +63,8 @@ typedef enum _D3DXIMAGE_FILEFORMAT
     D3DXIFF_DDS,
     D3DXIFF_PPM,
     D3DXIFF_DIB,
+    D3DXIFF_HDR,
+    D3DXIFF_PFM,
     D3DXIFF_FORCE_DWORD = 0x7fffffff
 } D3DXIMAGE_FILEFORMAT;
 




More information about the wine-cvs mailing list