Changeset 42223 in vbox
- Timestamp:
- Jul 19, 2012 9:41:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
r42217 r42223 876 876 } 877 877 878 if (tmpStatus == DISP_CHANGE_BADMODE) 879 { 880 /* Successfully set new video mode or our driver can not set the requested mode. Stop trying. */ 881 winEr = ERROR_RETRY; 882 } 883 else 884 { 885 winEr = ERROR_GEN_FAILURE; 886 } 878 winEr = ERROR_GEN_FAILURE; 887 879 return winEr; 888 880 }
Note:
See TracChangeset
for help on using the changeset viewer.