From ab110067b70ae19f5493ec5c735e076f2bf476d1 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 18 Jan 2002 18:14:03 +0000 Subject: Added QNX cleanups by Mike Gorchak (thanks!) --- test/testvidinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testvidinfo.c b/test/testvidinfo.c index f630ee73a7..4ad7fff41b 100644 --- a/test/testvidinfo.c +++ b/test/testvidinfo.c @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) } else { printf("Fullscreen video modes:\n"); for ( i=0; modes[i]; ++i ) { - printf("\t%dx%d\n", modes[i]->w, modes[i]->h); + printf("\t%dx%dx%d\n", modes[i]->w, modes[i]->h, info->vfmt->BitsPerPixel); } } if ( info->wm_available ) { -- cgit v1.2.3