Changeset 26040 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 26, 2010 9:43:47 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56943
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo_13.c
r24972 r26040 346 346 TRACE_LOG("HDisplay=%d, VDisplay=%d\n", mode->HDisplay, mode->VDisplay); 347 347 /* We always like modes specified by the user in the configuration 348 * file, as doing otherwise is likely to annoy people. */ 348 * file and modes requested by the host, as doing otherwise is likely to 349 * annoy people. */ 349 350 if ( !(mode->type & M_T_USERDEF) 351 && !(mode->type & M_T_PREFERRED) 350 352 && vbox_device_available(VBOXGetRec(pScrn)) 351 353 && !vboxHostLikesVideoMode(pScrn, mode->HDisplay, mode->VDisplay,
Note:
See TracChangeset
for help on using the changeset viewer.