Changeset 64105 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Sep 30, 2016 10:17:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r63822 r64105 1601 1601 1602 1602 GuestMonitorStatus_T guestMonitorStatus = GuestMonitorStatus_Enabled; 1603 1603 1604 if (pFBInfo->flags & VBVA_SCREEN_F_DISABLED) 1604 1605 guestMonitorStatus = GuestMonitorStatus_Disabled; 1606 else if (pFBInfo->flags & (VBVA_SCREEN_F_BLANK | VBVA_SCREEN_F_BLANK2)) 1607 guestMonitorStatus = GuestMonitorStatus_Blank; 1605 1608 1606 1609 if (aWidth)
Note:
See TracChangeset
for help on using the changeset viewer.