VirtualBox

Changeset 27178 in vbox


Ignore:
Timestamp:
Mar 8, 2010 5:01:18 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: New running VM core: Workaround for Main bug. Main should link additions flags (like additions-active, guest-supports-graphics, guest-supports-seamless) to each other and watch for initial values of these flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h

    r27141 r27178  
    101101    /* Guest additions state getters: */
    102102    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; }
    105105
    106106    /* Keyboard getters: */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette