Added header to more closely match output of older test.

This commit is contained in:
Camilla Berglund 2012-05-07 00:32:03 +02:00
parent 3d5a574e3b
commit dd1a46af43
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ static void list_modes(GLFWvidmode* modes, int count)
print_mode(&mode); print_mode(&mode);
putchar('\n'); putchar('\n');
printf("Available modes:\n");
for (i = 0; i < count; i++) for (i = 0; i < count; i++)
{ {
printf("%3i: ", i); printf("%3i: ", i);