- Timestamp:
- Sep 29, 2016 6:08:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r63602 r64102 1253 1253 uGuestWidth, uGuestHeight, uBpp, 1254 1254 iGuestOriginX, iGuestOriginY, enmStatus); 1255 m_monitorVisibilityVector[iScreenIndex] = (enmStatus == KGuestMonitorStatus_Enabled); 1255 m_monitorVisibilityVector[iScreenIndex] = ( enmStatus == KGuestMonitorStatus_Enabled 1256 || enmStatus == KGuestMonitorStatus_Blank); 1256 1257 } 1257 1258 /* And make sure at least one of them is visible (primary if others are hidden): */
Note:
See TracChangeset
for help on using the changeset viewer.