mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05: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);
|
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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user