Changeset 54577 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 2, 2015 12:26:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h
r54305 r54577 189 189 190 190 /* Guest additions state getters: */ 191 bool isGuestAdditionsActive() const { return (m_ulGuestAdditionsRunLevel > AdditionsRunLevelType_None); }191 bool isGuestAdditionsActive() const { return (m_ulGuestAdditionsRunLevel > KAdditionsRunLevelType_None); } 192 192 bool isGuestSupportsGraphics() const { return m_fIsGuestSupportsGraphics; } 193 193 /* The double check below is correct, even though it is an implementation
Note:
See TracChangeset
for help on using the changeset viewer.