VirtualBox

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


Ignore:
Timestamp:
Sep 26, 2018 11:55:47 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125329
Message:

Main,Devices: Graphics controller updates. bugref:8893

File:
1 edited

Legend:

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

    r74433 r74474  
    42594259                else if (strGraphicsControllerType == "VMSVGA")
    42604260                    type = GraphicsControllerType_VMSVGA;
     4261                else if (strGraphicsControllerType == "VBOXSVGA")
     4262                    type = GraphicsControllerType_VBoxSVGA;
    42614263                else if (strGraphicsControllerType == "NONE")
    42624264                    type = GraphicsControllerType_Null;
     
    56475649                case GraphicsControllerType_VBoxVGA:            pcszGraphics = "VBoxVGA"; break;
    56485650                case GraphicsControllerType_VMSVGA:             pcszGraphics = "VMSVGA"; break;
     5651                case GraphicsControllerType_VBoxSVGA:           pcszGraphics = "VBoxSVGA"; break;
    56495652                default: /*case GraphicsControllerType_Null:*/  pcszGraphics = "None"; break;
    56505653            }
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