VirtualBox

Changeset 75817 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Nov 29, 2018 3:24:26 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127020
Message:

Main/GuestOSType: Add recommended Graphics Controller information and use it when applying defaults (including a small GUI change).
Main/idl: Refresh the reserved method and attribute counts in the IDL, preparing for the release.

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/Global.h

    r69500 r75817  
    7171        const uint32_t                 recommendedVRAM;
    7272        const uint64_t                 recommendedHDD;
     73        const GraphicsControllerType_T graphicsControllerType;
    7374        const NetworkAdapterType_T     networkAdapterType;
    7475        const uint32_t                 numSerialEnabled;
  • trunk/src/VBox/Main/include/GuestOSTypeImpl.h

    r69500 r75817  
    5959    HRESULT getRecommendedVirtEx(BOOL *aRecommendedVirtEx);
    6060    HRESULT getRecommendedRAM(ULONG *RAMSize);
     61    HRESULT getRecommendedGraphicsController(GraphicsControllerType_T *aRecommendedGraphicsController);
    6162    HRESULT getRecommendedVRAM(ULONG *aVRAMSize);
    6263    HRESULT getRecommended2DVideoAcceleration(BOOL *aRecommended2DVideoAcceleration);
     
    9192    const uint32_t mOSHint;
    9293    const uint32_t mRAMSize;
     94    const GraphicsControllerType_T mGraphicsControllerType;
    9395    const uint32_t mVRAMSize;
    9496    const uint64_t mHDDSize;
Note: See TracChangeset for help on using the changeset viewer.

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