Changeset 44846 in vbox
- Timestamp:
- Feb 27, 2013 5:26:33 PM (12 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp
r44828 r44846 148 148 149 149 /* Create machine window(s): */ 150 for ( int cScreenId = 0; cScreenId < m_pScreenLayout->guestScreenCount(); ++cScreenId)150 for (uint cScreenId = 0; cScreenId < session().GetMachine().GetMonitorCount(); ++cScreenId) 151 151 addMachineWindow(UIMachineWindow::create(this, cScreenId)); 152 152 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp
r44828 r44846 128 128 129 129 /* Create machine window(s): */ 130 for ( int cScreenId = 0; cScreenId < m_pScreenLayout->guestScreenCount(); ++cScreenId)130 for (uint cScreenId = 0; cScreenId < session().GetMachine().GetMonitorCount(); ++cScreenId) 131 131 addMachineWindow(UIMachineWindow::create(this, cScreenId)); 132 132
Note:
See TracChangeset
for help on using the changeset viewer.