commit | 41427857b1054da73f644570e0d9aa9a03c317f4 | [log] [tgz] |
---|---|---|
author | Jason Edmeades <us@the-edmeades.demon.co.uk> | Sun Jan 09 17:37:02 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jan 09 17:37:02 2005 +0000 |
tree | 78fda2268e56d22013e3989101137d8d28235836 | |
parent | 202b340a51da82272d53ecbbf40af82d54e07798 [diff] [blame] |
Add render target support, and ensure there is a front and back buffer created during device creation.
diff --git a/include/d3d9types.h b/include/d3d9types.h index 480a0bc..a98cb4a 100644 --- a/include/d3d9types.h +++ b/include/d3d9types.h
@@ -1306,6 +1306,7 @@ D3DPOOL Pool; UINT Size; D3DMULTISAMPLE_TYPE MultiSampleType; + DWORD MultiSampleQuality; UINT Width; UINT Height; } D3DSURFACE_DESC;