VirtualBox

Changeset 14584 in vbox for trunk


Ignore:
Timestamp:
Nov 25, 2008 5:48:11 PM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt4: Systray: Preparations for console mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp

    r14578 r14584  
    361361            if (vboxGlobal().isVMConsoleProcess())
    362362            {
     363#ifdef VBOX_GUI_WITH_SYSTRAY
     364                /* Keep selector window in memory (hidden) because we need it for
     365                 * the systray menu. */
     366                vboxGlobal().selectorWnd();
     367                if (   vboxGlobal().trayIconInstall()
     368                    && vboxGlobal().isTrayIcon())
     369                {
     370                    /* Nothing to do here yet. */
     371                }
     372#endif
    363373                vboxGlobal().setMainWindow (&vboxGlobal().consoleWnd());
    364374                if (vboxGlobal().startMachine (vboxGlobal().managedVMUuid()))
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