Changeset 24970 in vbox
- Timestamp:
- Nov 25, 2009 4:57:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo_70.c
r21292 r24970 541 541 ++i; 542 542 } 543 if (vboxHostLikesVideoMode(pScrn, 1600, 1200, pScrn->bitsPerPixel)) 544 { 545 pScrn->display->modes[i] = "1600x1200"; 546 ++i; 547 } 548 if (vboxHostLikesVideoMode(pScrn, 1440, 1050, pScrn->bitsPerPixel)) 549 { 550 pScrn->display->modes[i] = "1440x1050"; 551 ++i; 552 } 553 if (vboxHostLikesVideoMode(pScrn, 1280, 960, pScrn->bitsPerPixel)) 554 { 555 pScrn->display->modes[i] = "1280x960"; 556 ++i; 557 } 543 558 if (vboxHostLikesVideoMode(pScrn, 1024, 768, pScrn->bitsPerPixel)) 544 559 {
Note:
See TracChangeset
for help on using the changeset viewer.

