Changeset 45079 in vbox
- Timestamp:
- Mar 19, 2013 5:48:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r44982 r45079 448 448 #endif /* Q_WS_MAC */ 449 449 450 void UIMachineLogic::sltGuestMonitorChange(KGuestMonitorChangedEventType, ulong uScreenId, QRect)451 { 452 /* Deliver event to corresponding machine-window: */453 if (uScreenId < (ulong)machineWindows().size())454 machineWindows()[uScreenId]->handleScreenCountChange();450 void UIMachineLogic::sltGuestMonitorChange(KGuestMonitorChangedEventType, ulong, QRect) 451 { 452 /* Deliver event to all machine-windows: */ 453 foreach (UIMachineWindow *pMachineWindow, machineWindows()) 454 pMachineWindow->handleScreenCountChange(); 455 455 } 456 456
Note:
See TracChangeset
for help on using the changeset viewer.