Added QNX cleanups by Mike Gorchak (thanks!)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40267
This commit is contained in:
parent
86a83938b6
commit
3a8a4d7b07
11 changed files with 245 additions and 329 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue