include/d3d9types.h: Remove Size from D3DVOLUME_DESC.

oldstable
Rok Mandeljc 2007-02-24 13:03:31 +01:00 committed by Alexandre Julliard
parent 4c8fbfed90
commit 106badf11b
1 changed files with 1 additions and 1 deletions

View File

@ -1528,7 +1528,7 @@ typedef struct _D3DVOLUME_DESC {
D3DRESOURCETYPE Type;
DWORD Usage;
D3DPOOL Pool;
UINT Size;
UINT Width;
UINT Height;
UINT Depth;