Changeset 34141 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Nov 17, 2010 5:06:11 PM (14 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r34140 r34141 1373 1373 } 1374 1374 #else 1375 for ( UINTi = 0; i < pVGAState->cMonitors; ++i)1375 for (uint32_t i = 0; i < pVGAState->cMonitors; ++i) 1376 1376 { 1377 1377 rc = SSMR3PutU32 (pSSM, VBOXVBVASAVEDSTATE_VHWAUNAVAILABLE_MAGIC); -
trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp
r33823 r34141 101 101 { 102 102 uint32_t cRefs; 103 uint32_t rc;103 int32_t rc; 104 104 PFNVBOXVDMACRCTL_CALLBACK pfnCompletion; 105 105 void *pvCompletion; … … 461 461 462 462 uint8_t * pvRam = pVdma->pVGAState->vram_ptrR3; 463 VBOXVDMA_RECTL updateRectl = {0 };463 VBOXVDMA_RECTL updateRectl = {0, 0, 0, 0}; 464 464 465 465 if (pBlt->cDstSubRects)
Note:
See TracChangeset
for help on using the changeset viewer.