Module: wine Branch: master Commit: 1758141847d2592cba467d260169dab1a9f237c7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1758141847d2592cba467d2601...
Author: Travis Athougies iammisc@gmail.com Date: Thu Jun 23 18:55:17 2011 -0700
include: Added define for DDSCAPS2_VOLUME.
---
include/ddraw.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/ddraw.h b/include/ddraw.h index 3eef218..4f08107 100644 --- a/include/ddraw.h +++ b/include/ddraw.h @@ -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 */