diff -r 35d9c8a5aa10 -r c6abdda2f666 test/testvidinfo.c --- a/test/testvidinfo.c Fri Jan 18 17:14:16 2002 +0000 +++ b/test/testvidinfo.c Fri Jan 18 18:14:03 2002 +0000 @@ -35,7 +35,7 @@ } 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 ) {