Changeset 8363 in vbox
- Timestamp:
- Apr 24, 2008 2:12:41 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30148
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r8362 r8363 1960 1960 { 1961 1961 /* Check if the Guest Video RAM enough for the seamless mode. */ 1962 QRect screen = QApplication::desktop()-> screenGeometry (this);1962 QRect screen = QApplication::desktop()->availableGeometry (this); 1963 1963 ULONG64 availBits = csession.GetMachine().GetVRAMSize() /* vram */ 1964 1964 * _1M /* mb to bytes */ -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r8362 r8363 1983 1983 { 1984 1984 /* Check if the Guest Video RAM enough for the seamless mode. */ 1985 QRect screen = QApplication::desktop()-> screenGeometry (this);1985 QRect screen = QApplication::desktop()->availableGeometry (this); 1986 1986 ULONG64 availBits = csession.GetMachine().GetVRAMSize() /* vram */ 1987 1987 * _1M /* mb to bytes */
Note:
See TracChangeset
for help on using the changeset viewer.