VirtualBox

Changeset 42223 in vbox


Ignore:
Timestamp:
Jul 19, 2012 9:41:31 AM (13 years ago)
Author:
vboxsync
Message:

wddm/vboxtray: don't retry on mode add failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp

    r42217 r42223  
    876876    }
    877877
    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;
    887879    return winEr;
    888880}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette