From dd1a46af43c2f6e61067d1f5b2029ba482e25e34 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 7 May 2012 00:32:03 +0200 Subject: [PATCH] Added header to more closely match output of older test. --- tests/modes.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/modes.c b/tests/modes.c index 67b579c5..89892dd9 100644 --- a/tests/modes.c +++ b/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);