Changeset 16791 in vbox
- Timestamp:
- Feb 16, 2009 2:15:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r16751 r16791 1373 1373 * when the graphics capability is enabled, in case the host 1374 1374 * resolution has changed since the VM was last run. */ 1375 #if 0 1375 1376 if (!mDoResize && !mGuestSupportsGraphics && 1376 1377 ge->supportsGraphics() && 1377 1378 (mMainWnd->isTrueSeamless() || mMainWnd->isTrueFullscreen())) 1378 1379 mDoResize = true; 1380 #endif 1379 1381 1380 1382 mGuestSupportsGraphics = ge->supportsGraphics(); … … 1382 1384 maybeRestrictMinimumSize(); 1383 1385 1386 #if 0 1384 1387 /* This will only be acted upon if mDoResize is true. */ 1385 1388 doResizeHint(); 1389 #endif 1386 1390 1387 1391 emit additionsStateChanged (ge->additionVersion(),
Note:
See TracChangeset
for help on using the changeset viewer.