VirtualBox

Changeset 82110 in vbox for trunk


Ignore:
Timestamp:
Nov 22, 2019 8:40:12 PM (5 years ago)
Author:
vboxsync
Message:

DevVGA: Darwin fixes. bugref:9218

Location:
trunk/src/VBox/Devices/Graphics
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r82109 r82110  
    56375637
    56385638#  ifdef RT_OS_DARWIN  /** @todo r=bird: this is normally done on the EMT, so for DARWIN we do that when loading saved state too now. See DevVGA-SVGA3d-shared.h. */
    5639     vmsvga3dPowerOn(pDevIns, pThis, pThisCC);
     5639    vmsvga3dPowerOn(pDevIns, pThis, PDMDEVINS_2_DATA_CC(pDevIns, PVGASTATECC));
    56405640#  endif
    56415641
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp

    r82109 r82110  
    591591{
    592592    int rc;
    593     RT_NOREF(pThisCC);
     593    RT_NOREF(pDevIns, pThisCC);
    594594
    595595    AssertCompile(GL_TRUE == 1);
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-savedstate.cpp

    r82109 r82110  
    149149int vmsvga3dLoadExec(PPDMDEVINS pDevIns, PVGASTATE pThis, PVGASTATECC pThisCC, PSSMHANDLE pSSM, uint32_t uVersion, uint32_t uPass)
    150150{
    151     RT_NOREF(uPass);
     151    RT_NOREF(pDevIns, pThisCC, uPass);
    152152    PVMSVGA3DSTATE  pState = pThis->svga.p3dState;
    153153    AssertReturn(pState, VERR_NO_MEMORY);
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