Changeset 8918 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- May 19, 2008 1:28:23 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r8909 r8918 2347 2347 { 2348 2348 /* check if it is possible to enter/leave seamless mode */ 2349 if ( mIsSeamlessSupported && mIsGraphicsSupported|| !aOn)2349 if ((mIsSeamlessSupported && mIsGraphicsSupported) || !aOn) 2350 2350 { 2351 2351 bool ok = toggleFullscreenMode (aOn, true /* aSeamless */); -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMInformationDlg.cpp
r8896 r8918 213 213 switch (ty) 214 214 { 215 case KNetworkAdapterType_I82540EM: 215 case KNetworkAdapterType_I82540EM: 216 case KNetworkAdapterType_I82543GC: 216 217 name = "E1k"; 217 218 break;
Note:
See TracChangeset
for help on using the changeset viewer.