Changeset 31689 in vbox
- Timestamp:
- Aug 16, 2010 11:35:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r31241 r31689 814 814 { 815 815 /* Variable falgs: */ 816 bool fIsAdditionsActive = uisession()->isGuestAdditionsActive();817 816 bool fIsSupportsGraphics = uisession()->isGuestSupportsGraphics(); 818 817 bool fIsSupportsSeamless = uisession()->isGuestSupportsSeamless(); … … 824 823 /* Check if we should enter some extended mode: */ 825 824 sltCheckRequestedModes(); 826 827 /* A check whether the installed Guest Additions on the guest are up-to-date is now828 * performed by the Guest Additions itself (via VBoxTray/VBoxClient), so no need to829 * do something here anymore. */830 825 } 831 826
Note:
See TracChangeset
for help on using the changeset viewer.