ddraw: Add DDSD_DEPTH to ddraw.h.

oldstable
Tony Wasserka 2009-08-13 12:29:17 +02:00 committed by Alexandre Julliard
parent 914a21740c
commit 0f85895935
1 changed files with 2 additions and 1 deletions

View File

@ -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