include: Added define for DDSCAPS2_VOLUME.

oldstable
Travis Athougies 2011-06-23 18:55:17 -07:00 committed by Alexandre Julliard
parent 59e0573a7b
commit 1758141847
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ typedef struct _DDSCAPS {
#define DDSCAPS2_DONOTPERSIST 0x00040000
/* indicates surface is part of a stereo flipping chain */
#define DDSCAPS2_STEREOSURFACELEFT 0x00080000
#define DDSCAPS2_VOLUME 0x00200000
typedef struct _DDSCAPS2 {
DWORD dwCaps; /* capabilities of surface wanted */