Changeset 75817 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 29, 2018 3:24:26 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127020
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Global.h
r69500 r75817 71 71 const uint32_t recommendedVRAM; 72 72 const uint64_t recommendedHDD; 73 const GraphicsControllerType_T graphicsControllerType; 73 74 const NetworkAdapterType_T networkAdapterType; 74 75 const uint32_t numSerialEnabled; -
trunk/src/VBox/Main/include/GuestOSTypeImpl.h
r69500 r75817 59 59 HRESULT getRecommendedVirtEx(BOOL *aRecommendedVirtEx); 60 60 HRESULT getRecommendedRAM(ULONG *RAMSize); 61 HRESULT getRecommendedGraphicsController(GraphicsControllerType_T *aRecommendedGraphicsController); 61 62 HRESULT getRecommendedVRAM(ULONG *aVRAMSize); 62 63 HRESULT getRecommended2DVideoAcceleration(BOOL *aRecommended2DVideoAcceleration); … … 91 92 const uint32_t mOSHint; 92 93 const uint32_t mRAMSize; 94 const GraphicsControllerType_T mGraphicsControllerType; 93 95 const uint32_t mVRAMSize; 94 96 const uint64_t mHDDSize;
Note:
See TracChangeset
for help on using the changeset viewer.