VirtualBox

Changeset 35977 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Feb 15, 2011 12:44:02 PM (14 years ago)
Author:
vboxsync
Message:

Main: Fixed resizing/seamless mode because of missing facility status.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestImpl.cpp

    r35970 r35977  
    569569            mData.mAdditionsRunLevel = AdditionsRunLevelType_None;
    570570        else
     571        {
    571572            mData.mAdditionsRunLevel = AdditionsRunLevelType_System;
     573
     574            /*
     575             * To keep it compatible with the old Guest Additions behavior we need to set the
     576             * "graphics" (feature) facility to active as soon as we got the Guest Additions
     577             * interface version.
     578             */
     579            facilityUpdate(VBoxGuestFacilityType_Graphics, VBoxGuestFacilityStatus_Active);
     580        }
    572581    }
    573582
     
    700709     * Set a specific facility status.
    701710     */
    702     if (enmFacility)
     711    if (enmFacility > VBoxGuestFacilityType_Unknown)
    703712    {
    704713        if (enmFacility == VBoxGuestFacilityType_All)
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