Commit 17581418 authored by Travis Athougies's avatar Travis Athougies Committed by Alexandre Julliard

include: Added define for DDSCAPS2_VOLUME.

parent 59e0573a
......@@ -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 */
......
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