VirtualBox

Ignore:
Timestamp:
Mar 31, 2010 3:01:37 PM (15 years ago)
Author:
vboxsync
Message:

wddm: make WDDM Adapter be properly identified by VBoxTray

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp

    r27185 r27912  
    121121                if (strcmp(&dispDevice.DeviceString[0], "VirtualBox Graphics Adapter") == 0)
    122122                    result = true;
    123 
     123#ifdef VBOXWDDM
     124                if (strcmp(&dispDevice.DeviceString[0], "VirtualBox Graphics Adapter (Microsoft Corporation - WDDM)") == 0)
     125                    result = true;
     126#endif
    124127                break;
    125128            }
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