Module: wine Branch: master Commit: f8dbf97e8d7a58aaafff7a1dd6ce9bc8c6047576 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f8dbf97e8d7a58aaafff7a1dd6... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Tue Dec 6 00:03:06 2011 +0100 d3d9/tests: Clarify a comment. --- dlls/d3d9/tests/device.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/d3d9/tests/device.c b/dlls/d3d9/tests/device.c index 9395880..abd3685 100644 --- a/dlls/d3d9/tests/device.c +++ b/dlls/d3d9/tests/device.c @@ -1471,7 +1471,7 @@ static void test_scene(void) } /* Now try it in a BeginScene - EndScene pair. Seems to be allowed in a beginScene - Endscene pair - * width normal surfaces, render targets and depth stencil surfaces. + * with normal surfaces and render targets, but not depth stencil surfaces. */ hr = IDirect3DDevice9_BeginScene(pDevice); ok( hr == D3D_OK, "IDirect3DDevice9_BeginScene failed with %08x\n", hr);