- Timestamp:
- Nov 12, 2014 9:52:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
r53313 r53315 1435 1435 1436 1436 NTSTATUS Status = Op.pIf->modeData.wddm.KmtCallbacks.pfnD3DKMTInvalidateActiveVidPn(&DdiData); 1437 if (NT_SUCCESS(Status)) 1438 winEr = NO_ERROR; 1439 else 1437 LogFunc(("InvalidateActiveVidPn 0x%08x\n", Status)); 1438 1439 /* Resize displays always to keep the display layout because 1440 * "the D3DKMTInvalidateActiveVidPn function always resets a multimonitor desktop to the default configuration". 1441 */ 1440 1442 { 1441 1443 winEr = NO_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.