VirtualBox

Ignore:
Timestamp:
May 24, 2024 2:19:43 PM (8 months ago)
Author:
vboxsync
Message:

Main: Added new API IPlatformProperties::getSupportedVRAMRange() to return the VRAM range of a given graphics controller [build fix]. bugref:​10693

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp

    r104780 r104781  
    838838    switch (aGraphicsControllerType)
    839839    {
    840         case GraphicsControllerType::VBoxVGA:
     840        case GraphicsControllerType_VBoxVGA:
    841841        {
    842842            cbMin = VGA_VRAM_MIN;
     
    845845        }
    846846
    847         case GraphicsControllerType::VMSVGA:
     847        case GraphicsControllerType_VMSVGA:
    848848        {
    849849            cbMin = VGA_VRAM_MIN;
     
    852852        }
    853853
    854         case GraphicsControllerType::VBoxSVGA:
     854        case GraphicsControllerType_VBoxSVGA:
    855855        {
    856856#ifdef VBOX_WITH_VMSVGA
     
    868868        }
    869869
    870         case GraphicsControllerType::QemuRamFB:
     870        case GraphicsControllerType_QemuRamFB:
    871871        {
    872872            /* 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette