mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added header to more closely match output of older test.
This commit is contained in:
parent
3d5a574e3b
commit
dd1a46af43
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user