VirtualBox

Ignore:
Timestamp:
Jul 13, 2020 10:04:45 AM (4 years ago)
Author:
vboxsync
Message:

Main/comimpl.xsl,++: fireXxxxEvent -> ::FireXxxxEvent. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImplLegacy.cpp

    r84564 r85300  
    952952                {
    953953                    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);
    959956                }
    960957
    961958                i_handleDisplayResize(uScreenId, pScreen->bitsPerPixel,
    962                                                       (uint8_t *)pvVRAM + pFBInfo->u32Offset,
    963                                                       pScreen->u32LineSize,
    964                                                       pScreen->u16Width, pScreen->u16Height,
    965                                                       VBVA_SCREEN_F_ACTIVE,
    966                                                       pScreen->xOrigin, pScreen->yOrigin, false);
     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);
    967964            }
    968965        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette