Changeset 35977 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 15, 2011 12:44:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestImpl.cpp
r35970 r35977 569 569 mData.mAdditionsRunLevel = AdditionsRunLevelType_None; 570 570 else 571 { 571 572 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 } 572 581 } 573 582 … … 700 709 * Set a specific facility status. 701 710 */ 702 if (enmFacility )711 if (enmFacility > VBoxGuestFacilityType_Unknown) 703 712 { 704 713 if (enmFacility == VBoxGuestFacilityType_All)
Note:
See TracChangeset
for help on using the changeset viewer.