Changeset 71149 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 28, 2018 10:05:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r71148 r71149 858 858 case VBE_DISPI_CFG_ID_VERSION: 859 859 return fQuerySupport ? 1 : 0; 860 case VBE_DISPI_CFG_ID_VRAM_SIZE: 860 case VBE_DISPI_CFG_ID_VRAM_SIZE: 861 861 return fQuerySupport ? 1 : pThis->vram_size; 862 862 case VBE_DISPI_CFG_ID_3D:
Note:
See TracChangeset
for help on using the changeset viewer.