VirtualBox

Changeset 51747 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 27, 2014 7:10:40 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Runtime UI: do not warn about wrong color depth in text modes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp

    r51695 r51747  
    570570                                    ulWidth, ulHeight, ulGuestBitsPerPixel, xOrigin, yOrigin);
    571571
    572         /* Remind user if necessary: */
     572        /* Remind user if necessary, ignore text and VGA modes: */
    573573        if (   ulGuestBitsPerPixel != ulBitsPerPixel
     574            && ulGuestBitsPerPixel != 0
    574575            && m_pMachineView->uisession()->isGuestAdditionsActive())
    575576            popupCenter().remindAboutWrongColorDepth(m_pMachineView->machineWindow(),
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