Module: wine Branch: master Commit: 83da377494a6dfa710088b53c7791ebc0b4b62b6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=83da377494a6dfa710088b53c7...
Author: Dan Kegel dank@kegel.com Date: Tue May 20 21:26:35 2008 -0700
d3d9/tests: Another wee bit of slop.
---
dlls/d3d9/tests/visual.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c index 2add48e..d7db4a3 100644 --- a/dlls/d3d9/tests/visual.c +++ b/dlls/d3d9/tests/visual.c @@ -6370,7 +6370,7 @@ out: /* Return true if color is near the expected value */ static int color_near(DWORD color, DWORD expected) { - const BYTE slop = 1; + const BYTE slop = 2;
BYTE r, g, b; BYTE rx, gx, bx;