commit | f9fc4b86c0be0322d9f2674fc3f3a86ac8d6c65c | [log] [tgz] |
---|---|---|
author | Vitaliy Margolen <wine-patch@kievinfo.com> | Tue May 16 07:30:15 2006 -0600 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue May 16 20:21:19 2006 +0200 |
tree | 65d6b6b6809acc7314394de6507c0d2f516b2476 | |
parent | c0364ef571cd650e5c830c1b7476420d8bb31a81 [diff] [blame] |
d3d: Add D3DDEVTYPE_NULLREF definition.
diff --git a/include/d3d9types.h b/include/d3d9types.h index 3c4b8a1..fc8b40d 100644 --- a/include/d3d9types.h +++ b/include/d3d9types.h
@@ -740,6 +740,7 @@ D3DDEVTYPE_HAL = 1, D3DDEVTYPE_REF = 2, D3DDEVTYPE_SW = 3, + D3DDEVTYPE_NULLREF = 4, D3DDEVTYPE_FORCE_DWORD = 0xffffffff } D3DDEVTYPE;