Changeset 27498 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 18, 2010 7:11:52 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59001
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp
r27455 r27498 304 304 /* If we are not doing automatic geometry calculation then there is nothing to do: */ 305 305 if (desktopGeometryType() == DesktopGeo_Automatic) 306 { 307 m_desktopGeometry = QSize(workingArea().width(), workingArea().height()); 308 } 306 m_desktopGeometry = workingArea().size(); 309 307 } 310 308 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
r27455 r27498 305 305 /* If we are not doing automatic geometry calculation then there is nothing to do: */ 306 306 if (desktopGeometryType() == DesktopGeo_Automatic) 307 { 308 m_desktopGeometry = QSize(workingArea().width(), workingArea().height()); 309 } 310 } 311 307 m_desktopGeometry = workingArea().size(); 308 } 309
Note:
See TracChangeset
for help on using the changeset viewer.