VirtualBox

Changeset 26040 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 26, 2010 9:43:47 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56943
Message:

Additions/x11/vboxvideo: do not reject saved video modes if the front-end does not like them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo_13.c

    r24972 r26040  
    346346    TRACE_LOG("HDisplay=%d, VDisplay=%d\n", mode->HDisplay, mode->VDisplay);
    347347    /* 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. */
    349350    if (   !(mode->type & M_T_USERDEF)
     351        && !(mode->type & M_T_PREFERRED)
    350352        && vbox_device_available(VBOXGetRec(pScrn))
    351353        && !vboxHostLikesVideoMode(pScrn, mode->HDisplay, mode->VDisplay,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette