VirtualBox

Ignore:
Timestamp:
Jul 17, 2007 4:12:36 PM (18 years ago)
Author:
vboxsync
Message:

Seamless Mode beta version committed:

  1. Menu item "Seamless Mode" is added into VM menu and linked to "GUI/Seamless" xml-config parameter.
  2. This menu item could be toggled on/off (the starting value is loading from config at startup) but disabled at startup until the guest additions notifies the host about this feature is supported.
  3. After that this mode is activated automatically (in case it was set "on" in config) and can be toggled on/off by the user with Host+S key-shortcut.

Due to any callback to guest additions are not supported yet (afaik) the Seamless Mode's starting screen could be correct (only one guest status-bar displayed) and incorrect sometimes (whole guest desktop). It becomes correct after any guest region update (for example, in case of any guest window is created, moved or resized).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h

    r2981 r3674  
    9595    void fixModifierState (LONG *codes, uint *count);
    9696
     97    bool isInSeamlessMode();
     98
    9799signals:
    98100
     
    100102    void mouseStateChanged (int state);
    101103    void machineStateChanged (CEnums::MachineState state);
    102     void additionsStateChanged (const QString &, bool);
     104    void additionsStateChanged (const QString &, bool, bool);
    103105
    104106protected:
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