From 093029c2f5b699a924140b12bf66cfba0a62de1c Mon Sep 17 00:00:00 2001 From: Rok Breulj Date: Tue, 10 Jun 2014 03:39:40 +0200 Subject: [PATCH] Start reopen test in fullscreen. --- tests/reopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/reopen.c b/tests/reopen.c index 6f69b901..ca79eed6 100644 --- a/tests/reopen.c +++ b/tests/reopen.c @@ -124,7 +124,7 @@ int main(int argc, char** argv) { GLFWmonitor* monitor = NULL; - if (count & 1) + if (count % 2 == 0) { int monitorCount; GLFWmonitor** monitors = glfwGetMonitors(&monitorCount);