Changeset 34665 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display/screen.c
- Timestamp:
- Dec 2, 2010 11:05:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/screen.c
r34438 r34665 244 244 /* Update buffer layout in VBVA context information. Shouldn't this get 245 245 * zeroed if initialising the HGSMI heap fails? */ 246 ppdev->vbvaCtx.offVRAMBuffer = ppdev->layout.offVBVABuffer;247 ppdev->vbvaCtx.cbBuffer = ppdev->layout.cbVBVABuffer;246 VBoxVBVASetupBufferContext(&ppdev->vbvaCtx, ppdev->layout.offVBVABuffer, 247 ppdev->layout.cbVBVABuffer); 248 248 249 249 DISPDBG((0, "vboxInitVBoxVideo:\n" … … 412 412 ppdev->bHGSMISupported = VBoxVBVAEnable(&ppdev->vbvaCtx, 413 413 &ppdev->guestCtx, 414 pVBVA );414 pVBVA, -1); 415 415 LogRel(("VBoxDisp[%d]: VBVA %senabled\n", ppdev->iDevice, ppdev->bHGSMISupported? "": "not ")); 416 416 }
Note:
See TracChangeset
for help on using the changeset viewer.