Module: wine Branch: master Commit: 0f858959351b5f58a3a8585b55fd0e35450393a8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f858959351b5f58a3a8585b55...
Author: Tony Wasserka tony.wasserka@freenet.de Date: Thu Aug 13 12:29:17 2009 +0200
ddraw: Add DDSD_DEPTH to ddraw.h.
---
include/ddraw.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/ddraw.h b/include/ddraw.h index a7648b1..eea7e09 100644 --- a/include/ddraw.h +++ b/include/ddraw.h @@ -940,7 +940,8 @@ typedef struct _DDPIXELFORMAT { #define DDSD_TEXTURESTAGE 0x00100000 #define DDSD_FVF 0x00200000 #define DDSD_SRCVBHANDLE 0x00400000 -#define DDSD_ALL 0x007ff9ee +#define DDSD_DEPTH 0x00800000 +#define DDSD_ALL 0x00fff9ee
/* EnumSurfaces flags */ #define DDENUMSURFACES_ALL 0x00000001