Changeset 39021 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
- Timestamp:
- Oct 18, 2011 3:10:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r38311 r39021 184 184 return E_POINTER; 185 185 *pbSupported = TRUE; 186 QSize screen = m_pMachineView-> desktopGeometry();186 QSize screen = m_pMachineView->maxGuestSize(); 187 187 if ((screen.width() != 0) && (uWidth > (ULONG)screen.width())) 188 188 *pbSupported = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.