Changeset 38580 in vbox
- Timestamp:
- Aug 31, 2011 12:19:15 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r38568 r38580 3864 3864 quint64 VBoxGlobal::requiredVideoMemory(const QString &strGuestOSTypeId, int cMonitors /* = 1 */) 3865 3865 { 3866 QSize desktopRes = QApplication::desktop()->screenGeometry().size();3867 3866 QDesktopWidget *pDW = QApplication::desktop(); 3868 3867 /* We create a list of the size of all available host monitors. This list
Note:
See TracChangeset
for help on using the changeset viewer.