VirtualBox

Changeset 54081 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Feb 5, 2015 1:23:04 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: Allow to request normal (windowed) mode through the GUI console argument.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r53815 r54081  
    39813981        }
    39823982#endif /* VBOX_GUI_WITH_PIDFILE */
     3983        else if (!::strcmp(arg, "-normal") || !::strcmp(arg, "--normal"))
     3984        {
     3985            visualStateType = UIVisualStateType_Normal;
     3986        }
    39833987        else if (!::strcmp(arg, "-fullscreen") || !::strcmp(arg, "--fullscreen"))
    39843988        {
  • trunk/src/VBox/Frontends/VirtualBox/src/main.cpp

    r54077 r54081  
    234234            "  --startvm <vmname|UUID>    start a VM by specifying its UUID or name\n"
    235235            "  --separate                 start a separate VM process\n"
     236            "  --normal                   keep normal (windowed) mode during startup\n"
     237            "  --fullscreen               switch to fullscreen mode during startup\n"
    236238            "  --seamless                 switch to seamless mode during startup\n"
    237             "  --fullscreen               switch to fullscreen mode during startup\n"
     239            "  --scale                    switch to scale mode during startup\n"
    238240            "  --no-startvm-errormsgbox   do not show a message box for VM start errors\n"
    239241            "  --restore-current          restore the current snapshot before starting\n"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette