Changeset 61530 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Jun 7, 2016 10:50:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
r60531 r61530 1442 1442 * "the D3DKMTInvalidateActiveVidPn function always resets a multimonitor desktop to the default configuration". 1443 1443 */ 1444 for (uint32_t i = 0; i < cDevModes; ++i) 1444 1445 { 1445 1446 winEr = NO_ERROR; 1446 1447 1447 if ( fEnable)1448 if (i == iChangedMode && fEnable) 1448 1449 { 1449 1450 RTRECTSIZE Size; … … 1457 1458 if (winEr == NO_ERROR) 1458 1459 { 1459 winEr = vboxDispIfResizePerform(pIf, i ChangedMode, fEnable, fExtDispSup, paDisplayDevices, paDeviceModes, cDevModes);1460 winEr = vboxDispIfResizePerform(pIf, i, fEnable, fExtDispSup, paDisplayDevices, paDeviceModes, cDevModes); 1460 1461 1461 1462 if (winEr == ERROR_RETRY) 1462 1463 { 1463 VBoxRrRetrySchedule(pIf, i ChangedMode, fEnable, fExtDispSup, paDisplayDevices, paDeviceModes, cDevModes);1464 VBoxRrRetrySchedule(pIf, i, fEnable, fExtDispSup, paDisplayDevices, paDeviceModes, cDevModes); 1464 1465 /* just pretend everything is fine so far */ 1465 1466 winEr = NO_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.