commit | 106badf11b8e95b9d5f5ceacde00d75c9425e6f1 | [log] [tgz] |
---|---|---|
author | Rok Mandeljc <rok.mandeljc@email.si> | Sat Feb 24 13:03:31 2007 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 26 13:39:32 2007 +0100 |
tree | 0b47a5282ba111629a85163e821a1b5e2ea5bb49 | |
parent | 4c8fbfed9055cefe562602f97e08c12e95b2d86b [diff] [blame] |
include/d3d9types.h: Remove Size from D3DVOLUME_DESC.
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 @@ D3DRESOURCETYPE Type; DWORD Usage; D3DPOOL Pool; - UINT Size; + UINT Width; UINT Height; UINT Depth;