VirtualBox

Changeset 34141 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Nov 17, 2010 5:06:11 PM (14 years ago)
Author:
vboxsync
Message:

2d: solaris burn fix, additianal saved state fix

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp

    r34140 r34141  
    13731373    }
    13741374#else
    1375     for (UINT i = 0; i < pVGAState->cMonitors; ++i)
     1375    for (uint32_t i = 0; i < pVGAState->cMonitors; ++i)
    13761376    {
    13771377        rc = SSMR3PutU32 (pSSM, VBOXVBVASAVEDSTATE_VHWAUNAVAILABLE_MAGIC);
  • trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp

    r33823 r34141  
    101101{
    102102    uint32_t cRefs;
    103     uint32_t rc;
     103    int32_t rc;
    104104    PFNVBOXVDMACRCTL_CALLBACK pfnCompletion;
    105105    void *pvCompletion;
     
    461461
    462462    uint8_t * pvRam = pVdma->pVGAState->vram_ptrR3;
    463     VBOXVDMA_RECTL updateRectl = {0};
     463    VBOXVDMA_RECTL updateRectl = {0, 0, 0, 0};
    464464
    465465    if (pBlt->cDstSubRects)
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