VirtualBox

Changeset 27364 in vbox


Ignore:
Timestamp:
Mar 15, 2010 2:59:25 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: New running VM core: trying to load machine-view attributes early to prevent assertion appearing during async x11 behavior.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp

    r27296 r27364  
    5757    , m_fShouldWeDoResize(false)
    5858{
     59    /* Load machine view settings: */
     60    loadMachineViewSettings();
     61
    5962    /* Prepare frame buffer: */
    6063    prepareFrameBuffer();
     
    6871    /* Prepare console connections: */
    6972    prepareConsoleConnections();
    70 
    71     /* Load machine view settings: */
    72     loadMachineViewSettings();
    7373
    7474    /* Initialization: */
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp

    r27335 r27364  
    5454    , m_fShouldWeDoResize(false)
    5555{
     56    /* Load machine view settings: */
     57    loadMachineViewSettings();
     58
    5659    /* Prepare frame buffer: */
    5760    prepareFrameBuffer();
     
    6871    /* Prepare console connections: */
    6972    prepareConsoleConnections();
    70 
    71     /* Load machine view settings: */
    72     loadMachineViewSettings();
    7373
    7474    /* Initialization: */
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp

    r27335 r27364  
    5555    , m_fShouldWeDoResize(false)
    5656{
     57    /* Load machine view settings: */
     58    loadMachineViewSettings();
     59
    5760    /* Prepare frame buffer: */
    5861    prepareFrameBuffer();
     
    6972    /* Prepare console connections: */
    7073    prepareConsoleConnections();
    71 
    72     /* Load machine view settings: */
    73     loadMachineViewSettings();
    7474
    7575    /* Prepare seamless view: */
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