Changeset 46194 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
- Timestamp:
- May 21, 2013 2:58:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
r44931 r46194 1486 1486 if (dwStatus != ERROR_SUCCESS) 1487 1487 { 1488 LogRel(("VBoxTray:(WDDM) Failed to resize the monitor. "));1488 LogRel(("VBoxTray:(WDDM) Failed to resize the monitor.\n")); 1489 1489 free(pPathInfoArray); 1490 1490 free(pModeInfoArray); 1491 1492 if (dwStatus == ERROR_GEN_FAILURE) 1493 { 1494 LogRel(("VBoxTray:(WDDM) going to retry\n")); 1495 return ERROR_RETRY; /* <- to make sure we retry */ 1496 } 1491 1497 return dwStatus; 1492 1498 }
Note:
See TracChangeset
for help on using the changeset viewer.