VirtualBox

Ignore:
Timestamp:
Dec 3, 2013 12:31:51 PM (11 years ago)
Author:
vboxsync
Message:

Windows guest additions: VBoxVideo XPDM: allow the guest to change the primary monitor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.cpp

    r37423 r49750  
    131131                VP_STATUS rc;
    132132
    133                 rc = pAPI->pfnCreateSecondaryDisplay(pExt, (PVOID*)&pSExt, VIDEO_DUALVIEW_REMOVABLE);
     133                /* If VIDEO_DUALVIEW_REMOVABLE is passed as the 3rd parameter, then
     134                 * the guest does not allow to choose the primary screen.
     135                 */
     136                rc = pAPI->pfnCreateSecondaryDisplay(pExt, (PVOID*)&pSExt, 0);
    134137                VBOXMP_WARN_VPS(rc);
    135138
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