Changeset 104781 in vbox for trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp
- Timestamp:
- May 24, 2024 2:19:43 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp
r104780 r104781 838 838 switch (aGraphicsControllerType) 839 839 { 840 case GraphicsControllerType ::VBoxVGA:840 case GraphicsControllerType_VBoxVGA: 841 841 { 842 842 cbMin = VGA_VRAM_MIN; … … 845 845 } 846 846 847 case GraphicsControllerType ::VMSVGA:847 case GraphicsControllerType_VMSVGA: 848 848 { 849 849 cbMin = VGA_VRAM_MIN; … … 852 852 } 853 853 854 case GraphicsControllerType ::VBoxSVGA:854 case GraphicsControllerType_VBoxSVGA: 855 855 { 856 856 #ifdef VBOX_WITH_VMSVGA … … 868 868 } 869 869 870 case GraphicsControllerType ::QemuRamFB:870 case GraphicsControllerType_QemuRamFB: 871 871 { 872 872 /* We seem to hardcode 32-bit (4 bytes) as BPP, see RAMFB_BPP in QemuRamfb.c. */
Note:
See TracChangeset
for help on using the changeset viewer.