From 1758141847d2592cba467d260169dab1a9f237c7 Mon Sep 17 00:00:00 2001 From: Travis Athougies Date: Thu, 23 Jun 2011 18:55:17 -0700 Subject: [PATCH] include: Added define for DDSCAPS2_VOLUME. --- include/ddraw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ddraw.h b/include/ddraw.h index 3eef218adb1..4f081079da1 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 */