VirtualBox

Changeset 22445 in vbox


Ignore:
Timestamp:
Aug 25, 2009 8:03:47 PM (15 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxvideo: query the right resolution from the host when a video mode hint is sent

File:
1 edited

Legend:

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

    r21923 r22445  
    993993    if (!pVBox->useDevice)
    994994        return FALSE;
    995     int rc = VbglR3GetDisplayChangeRequest(pcx, pcy, pcBits, piDisplay, false);
     995    int rc = VbglR3GetDisplayChangeRequest(pcx, pcy, pcBits, piDisplay, true);
    996996    if (RT_SUCCESS(rc))
    997997        return TRUE;
Note: See TracChangeset for help on using the changeset viewer.

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