Commit 106badf1 authored by Rok Mandeljc's avatar Rok Mandeljc Committed by Alexandre Julliard

include/d3d9types.h: Remove Size from D3DVOLUME_DESC.

parent 4c8fbfed
......@@ -1528,7 +1528,7 @@ typedef struct _D3DVOLUME_DESC {
D3DRESOURCETYPE Type;
DWORD Usage;
D3DPOOL Pool;
UINT Size;
UINT Width;
UINT Height;
UINT Depth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment