Changeset 49750 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm
- Timestamp:
- Dec 3, 2013 12:31:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.cpp
r37423 r49750 131 131 VP_STATUS rc; 132 132 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); 134 137 VBOXMP_WARN_VPS(rc); 135 138
Note:
See TracChangeset
for help on using the changeset viewer.