VirtualBox

Changeset 56840 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 7, 2015 2:49:20 PM (9 years ago)
Author:
vboxsync
Message:

Main/Display: notify when video mode hint capability is disabled too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r56468 r56840  
    11151115{
    11161116    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    1117     bool fNotify = (fNewCapabilities & VBVACAPS_VIDEO_MODE_HINTS) != 0;
     1117    bool fNotify = (fNewCapabilities & VBVACAPS_VIDEO_MODE_HINTS) != (mfGuestVBVACapabilities & VBVACAPS_VIDEO_MODE_HINTS);
    11181118
    11191119    mfGuestVBVACapabilities = fNewCapabilities;
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