diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2015-04-05 21:33:40 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2015-04-05 21:33:40 +0100 |
commit | d348f897c83632eb2b1742d664422d67fd9079e6 (patch) | |
tree | e661c407b4b4cec6703fc8ce7aff91b9d6043386 /test | |
parent | 6de85a1e60f50d525c28da2f29466c40ce3f39bb (diff) |
test/present: Expland MSC accuracy test
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test')
-rw-r--r-- | test/present-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/present-test.c b/test/present-test.c index bef7e505..f63e9def 100644 --- a/test/present-test.c +++ b/test/present-test.c @@ -1098,7 +1098,7 @@ static int test_modulus_msc(Display *dpy, void *Q) target = check_msc(dpy, root, Q, 0, NULL); xcb_present_notify_msc(c, root, 0, 0, 0, 0); - for (x = 1; x <= 7; x++) { + for (x = 1; x <= 19; x++) { for (y = 0; y < x; y++) { xcb_present_notify_msc(c, root, y << 16 | x, 0, x, y); } |