Changeset 4348 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Aug 24, 2007 1:20:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r4345 r4348 1315 1315 shareAddress.QuadPart = VBE_DISPI_LFB_PHYSICAL_ADDRESS + pDevExt->ulFrameBufferOffset; 1316 1316 1317 status = !!VideoPortMapMemory(HwDeviceExtension, shareAddress, &sharedViewSize, &inIoSpace, &virtualAddress);1317 status = VideoPortMapMemory(HwDeviceExtension, shareAddress, &sharedViewSize, &inIoSpace, &virtualAddress); 1318 1318 if (status != NO_ERROR) 1319 1319 dprintf(("VideoPortMapMemory failed with %x\n", status));
Note:
See TracChangeset
for help on using the changeset viewer.