Added header to more closely match output of older test.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 3d5a574e3b
commit dd1a46af43
  1. 2
      tests/modes.c

@ -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…
Cancel
Save