VirtualBox

Changeset 82426 in vbox


Ignore:
Timestamp:
Dec 5, 2019 4:32:28 PM (5 years ago)
Author:
vboxsync
Message:

Main/SystemProperties: add forgotten (perfectly valid) Null enum const to the valid values for GraphicsControllerType, NetworkAttachmentType and AudioDriverType

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r82352 r82426  
    13721372        GraphicsControllerType_VMSVGA,
    13731373        GraphicsControllerType_VBoxSVGA,
     1374        GraphicsControllerType_Null,
    13741375    };
    13751376    aSupportedGraphicsControllerTypes.assign(aGraphicsControllerTypes,
     
    14351436        NetworkAttachmentType_Cloud,
    14361437#endif
     1438        NetworkAttachmentType_Null,
    14371439    };
    14381440    aSupportedNetworkAttachmentTypes.assign(aNetworkAttachmentTypes,
     
    15461548        AudioDriverType_Pulse,
    15471549#endif
     1550        AudioDriverType_Null,
    15481551    };
    15491552    aSupportedAudioDriverTypes.assign(aAudioDriverTypes,
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