VirtualBox

Changeset 49983 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Dec 19, 2013 12:23:17 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91415
Message:

Devices/Graphics: VMware SVGA II compatible graphics emulation (2D only), including the associated small API and VBoxManage changes, contributed by trivirt AG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r49687 r49983  
    28752875                if (strGraphicsControllerType == "VBOXVGA")
    28762876                    type = GraphicsControllerType_VBoxVGA;
     2877                else if (strGraphicsControllerType == "VMSVGA")
     2878                    type = GraphicsControllerType_VMSVGA;
    28772879                else if (strGraphicsControllerType == "NONE")
    28782880                    type = GraphicsControllerType_Null;
     
    41434145        {
    41444146            case GraphicsControllerType_VBoxVGA:            pcszGraphics = "VBoxVGA"; break;
     4147            case GraphicsControllerType_VMSVGA:             pcszGraphics = "VMSVGA"; break;
    41454148            default: /*case GraphicsControllerType_Null:*/  pcszGraphics = "None"; break;
    41464149        }
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