VirtualBox

Changeset 2264 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Apr 20, 2007 11:31:55 AM (18 years ago)
Author:
vboxsync
Message:

Do not try to set guest video mode if display driver refused it

File:
1 edited

Legend:

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

    r1 r2264  
    591591                                {
    592592                                    SvcDebugOut("VBoxService: error from ChangeDisplaySettings: %d\n", status);
     593
     594                                    if (status = DISP_CHANGE_BADMODE)
     595                                    {
     596                                        /* Our driver can not set the requested mode. Stop trying. */
     597                                        break;
     598                                    }
    593599                                }
    594600                                else
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