Module: wine Branch: refs/heads/master Commit: 61f1de1b85854d721d8ee2a96e6eb42e31ab3ee0 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=61f1de1b85854d721d8ee2a9...
Author: Ivan Gyurdiev ivg231@gmail.com Date: Mon Jul 3 00:10:24 2006 -0600
d3d9: Fix FVF POSITION mask.
---
include/d3d9types.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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 D3DWRAPCOORD_3 8 #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