Module: wine Branch: master Commit: 106badf11b8e95b9d5f5ceacde00d75c9425e6f1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=106badf11b8e95b9d5f5ceacde... Author: Rok Mandeljc <rok.mandeljc(a)email.si> Date: Sat Feb 24 13:03:31 2007 +0100 include/d3d9types.h: Remove Size from D3DVOLUME_DESC. --- include/d3d9types.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/d3d9types.h b/include/d3d9types.h index d1f58b9..c0ead88 100644 --- a/include/d3d9types.h +++ b/include/d3d9types.h @@ -1528,7 +1528,7 @@ typedef struct _D3DVOLUME_DESC { D3DRESOURCETYPE Type; DWORD Usage; D3DPOOL Pool; - UINT Size; + UINT Width; UINT Height; UINT Depth;