Changeset 9054 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 22, 2008 1:17:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r9053 r9054 2296 2296 { 2297 2297 /* check if it is possible to enter/leave seamless mode */ 2298 if ( mIsSeamlessSupported && mIsGraphicsSupported|| !aOn)2298 if ((mIsSeamlessSupported && mIsGraphicsSupported) || !aOn) 2299 2299 { 2300 2300 bool ok = toggleFullscreenMode (aOn, true /* aSeamless */);
Note:
See TracChangeset
for help on using the changeset viewer.