Changeset 98939 in vbox
- Timestamp:
- Mar 13, 2023 3:51:19 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r98938 r98939 1521 1521 bool UISession::acquireMonitorCount(ulong &uCount) 1522 1522 { 1523 // WORKAROUND: 1524 // We certainly don't want to get into 1525 // 'no visible screens' case if something 1526 // gone wrong... Inventing sane default. 1527 uCount = 1; 1528 1523 1529 CMachine comMachine = machine(); 1524 1530 CGraphicsAdapter comAdapter = comMachine.GetGraphicsAdapter();
Note:
See TracChangeset
for help on using the changeset viewer.