Changeset 26189 in vbox
- Timestamp:
- Feb 3, 2010 1:22:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r26079 r26189 4760 4760 /* process command line */ 4761 4761 4762 bool bForceSeamless = false; 4763 4762 4764 vm_render_mode_str = RTStrDup (virtualBox() 4763 4765 .GetExtraData (VBoxDefs::GUI_RenderMode).toAscii().constData()); … … 4805 4807 } 4806 4808 } 4809 else if (!::strcmp(arg, "-seamless") || !::strcmp(arg, "--seamless")) 4810 { 4811 bForceSeamless = true; 4812 } 4807 4813 #ifdef VBOX_GUI_WITH_SYSTRAY 4808 4814 else if (!::strcmp (arg, "-systray") || !::strcmp (arg, "--systray")) … … 4862 4868 /** @todo add an else { msgbox(syntax error); exit(1); } here, pretty please... */ 4863 4869 i++; 4870 } 4871 4872 if (bForceSeamless && !vmUuid.isEmpty()) 4873 { 4874 mVBox.GetMachine(vmUuid).SetExtraData(VBoxDefs::GUI_Seamless, "on"); 4864 4875 } 4865 4876
Note:
See TracChangeset
for help on using the changeset viewer.

