Changeset 27364 in vbox
- Timestamp:
- Mar 15, 2010 2:59:25 PM (15 years ago)
- 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 57 57 , m_fShouldWeDoResize(false) 58 58 { 59 /* Load machine view settings: */ 60 loadMachineViewSettings(); 61 59 62 /* Prepare frame buffer: */ 60 63 prepareFrameBuffer(); … … 68 71 /* Prepare console connections: */ 69 72 prepareConsoleConnections(); 70 71 /* Load machine view settings: */72 loadMachineViewSettings();73 73 74 74 /* Initialization: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r27335 r27364 54 54 , m_fShouldWeDoResize(false) 55 55 { 56 /* Load machine view settings: */ 57 loadMachineViewSettings(); 58 56 59 /* Prepare frame buffer: */ 57 60 prepareFrameBuffer(); … … 68 71 /* Prepare console connections: */ 69 72 prepareConsoleConnections(); 70 71 /* Load machine view settings: */72 loadMachineViewSettings();73 73 74 74 /* Initialization: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
r27335 r27364 55 55 , m_fShouldWeDoResize(false) 56 56 { 57 /* Load machine view settings: */ 58 loadMachineViewSettings(); 59 57 60 /* Prepare frame buffer: */ 58 61 prepareFrameBuffer(); … … 69 72 /* Prepare console connections: */ 70 73 prepareConsoleConnections(); 71 72 /* Load machine view settings: */73 loadMachineViewSettings();74 74 75 75 /* Prepare seamless view: */
Note:
See TracChangeset
for help on using the changeset viewer.