mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 08:23:13 +00:00
Added header to more closely match output of older test.
This commit is contained in:
@@ -84,6 +84,8 @@ static void list_modes(GLFWvidmode* modes, int count)
|
||||
print_mode(&mode);
|
||||
putchar('\n');
|
||||
|
||||
printf("Available modes:\n");
|
||||
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
printf("%3i: ", i);
|
||||
|
||||
Reference in New Issue
Block a user