mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Removed call to non-portable function.
This commit is contained in:
@@ -165,8 +165,6 @@ static void test_modes(GLFWvidmode* modes, int count)
|
|||||||
glfwCloseWindow(window);
|
glfwCloseWindow(window);
|
||||||
glfwPollEvents();
|
glfwPollEvents();
|
||||||
window = NULL;
|
window = NULL;
|
||||||
|
|
||||||
sleep(5);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user