commit | 61f1de1b85854d721d8ee2a96e6eb42e31ab3ee0 | [log] [tgz] |
---|---|---|
author | Ivan Gyurdiev <ivg231@gmail.com> | Mon Jul 03 00:10:24 2006 -0600 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jul 03 12:01:44 2006 +0200 |
tree | 9d6f6b5e14236e43ef2e1f49b7dd714492c72a72 | |
parent | 77895b701b9b4f0f85c8effe3632a384114a7af4 [diff] |
d3d9: Fix FVF POSITION mask.
diff --git a/include/d3d9types.h b/include/d3d9types.h index 628d2f3..adcfa52 100644 --- a/include/d3d9types.h +++ b/include/d3d9types.h
@@ -133,7 +133,7 @@ #define MAX_DEVICE_IDENTIFIER_STRING 512 #define D3DFVF_RESERVED0 0x0001 -#define D3DFVF_POSITION_MASK 0x4000E +#define D3DFVF_POSITION_MASK 0x000E #define D3DFVF_XYZ 0x0002 #define D3DFVF_XYZRHW 0x0004 #define D3DFVF_XYZB1 0x0006