Module: wine Branch: master Commit: a52224a48ba6e760ec418e93a6c4cb53f9dfdea6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a52224a48ba6e760ec418e93a6...
Author: Huw Davies huw@codeweavers.com Date: Thu Jun 19 16:26:52 2008 +0100
d3d8: Fix typo in test.
---
dlls/d3d8/tests/visual.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3d8/tests/visual.c b/dlls/d3d8/tests/visual.c index 4654842..4c15560 100644 --- a/dlls/d3d8/tests/visual.c +++ b/dlls/d3d8/tests/visual.c @@ -303,7 +303,7 @@ static void clear_test(IDirect3DDevice8 *device)
/* negative x, negative y */ rect_negneg.x1 = 640; - rect_negneg.x1 = 240; + rect_negneg.y1 = 240; rect_negneg.x2 = 320; rect_negneg.y2 = 0; hr = IDirect3DDevice8_Clear(device, 1, &rect_negneg, D3DCLEAR_TARGET, 0xff00ff00, 0.0, 0);