VirtualBox

Ignore:
Timestamp:
Sep 5, 2024 8:03:42 AM (5 months ago)
Author:
vboxsync
Message:

Main: Removed IHost::acceleration3DAvailable property, as this wasn't really doing anything useful and just will confuse API users. We now have ISystemProperties::supportedGraphicsFeatures. bugref:10749

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r105864 r105971  
    16331633    print(colCat(ctx, "OS:"))
    16341634    print("  %s (%s)" % (host.operatingSystem, host.OSVersion))
    1635     if host.acceleration3DAvailable:
    1636         print(colCat(ctx, "3D acceleration available"))
    1637     else:
    1638         print(colCat(ctx, "3D acceleration NOT available"))
    16391635
    16401636    print(colCat(ctx, "Network interfaces:"))
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