Changeset 27101 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 5, 2010 3:11:27 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58431
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp
r27093 r27101 310 310 UIMachineView::prepareCommon(); 311 311 312 /* Store old machine view size before bramebuffer resized: */313 m_normalSize = QSize(frameBuffer()->width(), frameBuffer()->height());314 315 312 /* Minimum size is ignored: */ 316 313 setMinimumSize(0, 0); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.h
r27075 r27101 81 81 bool m_bIsGuestAutoresizeEnabled : 1; 82 82 bool m_fShouldWeDoResize : 1; 83 QSize m_normalSize;84 83 85 84 /* Friend classes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
r27093 r27101 313 313 UIMachineView::prepareCommon(); 314 314 315 /* Store old machine view size before bramebuffer resized: */316 m_normalSize = QSize(frameBuffer()->width(), frameBuffer()->height());317 318 315 /* Minimum size is ignored: */ 319 316 setMinimumSize(0, 0); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h
r27056 r27101 79 79 bool m_fShouldWeDoResize : 1; 80 80 QRegion m_lastVisibleRegion; 81 QSize m_normalSize;82 81 83 82 /* Friend classes: */
Note:
See TracChangeset
for help on using the changeset viewer.