Changeset 32086 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 30, 2010 12:08:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h
r32020 r32086 104 104 105 105 /* Guest additions state getters: */ 106 bool isGuestAdditionsActive() const { return (m_ulGuestAdditionsRunLevel > 0); }106 bool isGuestAdditionsActive() const { return (m_ulGuestAdditionsRunLevel > AdditionsRunLevelType_None); } 107 107 bool isGuestSupportsGraphics() const { return isGuestAdditionsActive() && m_fIsGuestSupportsGraphics; } 108 108 bool isGuestSupportsSeamless() const { return isGuestSupportsGraphics() && m_fIsGuestSupportsSeamless; }
Note:
See TracChangeset
for help on using the changeset viewer.