1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

include: Added define for DDSCAPS2_VOLUME.

This commit is contained in:
Travis Athougies 2011-06-23 18:55:17 -07:00 committed by Alexandre Julliard
parent 59e0573a7b
commit 1758141847

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 */