From 106badf11b8e95b9d5f5ceacde00d75c9425e6f1 Mon Sep 17 00:00:00 2001 From: Rok Mandeljc Date: Sat, 24 Feb 2007 13:03:31 +0100 Subject: [PATCH] include/d3d9types.h: Remove Size from D3DVOLUME_DESC. --- include/d3d9types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/d3d9types.h b/include/d3d9types.h index d1f58b95ccc..c0ead88f026 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;