VirtualBox

Ignore:
Timestamp:
Oct 18, 2011 3:10:13 PM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: semantic refactoring and documentation: desktop geometry -> maximum guest size

File:
1 edited

Legend:

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

    r38311 r39021  
    184184        return E_POINTER;
    185185    *pbSupported = TRUE;
    186     QSize screen = m_pMachineView->desktopGeometry();
     186    QSize screen = m_pMachineView->maxGuestSize();
    187187    if ((screen.width() != 0) && (uWidth > (ULONG)screen.width()))
    188188        *pbSupported = FALSE;
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