commit | d359a7813fe3d7acd8d3791fe63a4e44bb22ebb2 | [log] [tgz] |
---|---|---|
author | Henri Verbeet <hverbeet@codeweavers.com> | Fri Jan 02 16:19:12 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jan 03 14:55:31 2009 +0100 |
tree | 795c945dd19f5aa8e4d07f220c1f0c6d04a96e24 | |
parent | 3c14b3936f03f737ad9c0bd10caf5ed86abb6408 [diff] [blame] |
d3d: Fix the value of D3DFVF_POSITION_MASK.
diff --git a/include/d3d9types.h b/include/d3d9types.h index 61e321c..d0ac9b4 100644 --- a/include/d3d9types.h +++ b/include/d3d9types.h
@@ -128,7 +128,7 @@ #define MAX_DEVICE_IDENTIFIER_STRING 512 #define D3DFVF_RESERVED0 0x0001 -#define D3DFVF_POSITION_MASK 0x000E +#define D3DFVF_POSITION_MASK 0x400E #define D3DFVF_XYZ 0x0002 #define D3DFVF_XYZRHW 0x0004 #define D3DFVF_XYZB1 0x0006