Changeset 27178 in vbox
- Timestamp:
- Mar 8, 2010 5:01:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h
r27141 r27178 101 101 /* Guest additions state getters: */ 102 102 bool isGuestAdditionsActive() const { return m_fIsGuestAdditionsActive; } 103 bool isGuestSupportsGraphics() const { return m_fIsGuestSupportsGraphics; }104 bool isGuestSupportsSeamless() const { return m_fIsGuestSupportsSeamless; }103 bool isGuestSupportsGraphics() const { return isGuestAdditionsActive() && m_fIsGuestSupportsGraphics; } 104 bool isGuestSupportsSeamless() const { return isGuestSupportsGraphics() && m_fIsGuestSupportsSeamless; } 105 105 106 106 /* Keyboard getters: */
Note:
See TracChangeset
for help on using the changeset viewer.