Changeset 85300 in vbox for trunk/src/VBox/Main/src-client/DisplayImplLegacy.cpp
- Timestamp:
- Jul 13, 2020 10:04:45 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImplLegacy.cpp
r84564 r85300 952 952 { 953 953 pFBInfo->fDisabled = false; 954 fireGuestMonitorChangedEvent(mParent->i_getEventSource(), 955 GuestMonitorChangedEventType_Enabled, 956 uScreenId, 957 pFBInfo->xOrigin, pFBInfo->yOrigin, 958 pFBInfo->w, pFBInfo->h); 954 ::FireGuestMonitorChangedEvent(mParent->i_getEventSource(), GuestMonitorChangedEventType_Enabled, uScreenId, 955 pFBInfo->xOrigin, pFBInfo->yOrigin, pFBInfo->w, pFBInfo->h); 959 956 } 960 957 961 958 i_handleDisplayResize(uScreenId, pScreen->bitsPerPixel, 962 963 964 965 966 959 (uint8_t *)pvVRAM + pFBInfo->u32Offset, 960 pScreen->u32LineSize, 961 pScreen->u16Width, pScreen->u16Height, 962 VBVA_SCREEN_F_ACTIVE, 963 pScreen->xOrigin, pScreen->yOrigin, false); 967 964 } 968 965 }
Note:
See TracChangeset
for help on using the changeset viewer.