Commit 0f858959 authored by Tony Wasserka's avatar Tony Wasserka Committed by Alexandre Julliard

ddraw: Add DDSD_DEPTH to ddraw.h.

parent 914a2174
...@@ -940,7 +940,8 @@ typedef struct _DDPIXELFORMAT { ...@@ -940,7 +940,8 @@ typedef struct _DDPIXELFORMAT {
#define DDSD_TEXTURESTAGE 0x00100000 #define DDSD_TEXTURESTAGE 0x00100000
#define DDSD_FVF 0x00200000 #define DDSD_FVF 0x00200000
#define DDSD_SRCVBHANDLE 0x00400000 #define DDSD_SRCVBHANDLE 0x00400000
#define DDSD_ALL 0x007ff9ee #define DDSD_DEPTH 0x00800000
#define DDSD_ALL 0x00fff9ee
/* EnumSurfaces flags */ /* EnumSurfaces flags */
#define DDENUMSURFACES_ALL 0x00000001 #define DDENUMSURFACES_ALL 0x00000001
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment