Changeset 26954 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 2, 2010 3:52:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp
r26950 r26954 58 58 bool UIMachineLogicFullscreen::checkAvailability() 59 59 { 60 int cHostScreens = QApplication::desktop()-> screenCount();60 int cHostScreens = QApplication::desktop()->numScreens(); 61 61 int cGuestScreens = uisession()->session().GetMachine().GetMonitorCount(); 62 62 /* Check that there are enough physical screens are connected */
Note:
See TracChangeset
for help on using the changeset viewer.