VirtualBox

Changeset 27912 in vbox


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

wddm: make WDDM Adapter be properly identified by VBoxTray

Location:
trunk/src/VBox/Additions/WINNT/VBoxTray
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk

    r26292 r27912  
    2929endif
    3030VBoxTray_DEFS     = VBOX_WITH_HGCM LOG_TO_BACKDOOR
     31ifdef VBOXWDDM
     32 VBoxTray_DEFS   += VBOXWDDM
     33 VBoxTray_DEFS   += LOG_ENABLED
     34endif
    3135VBoxTray_INCS     = ../include
    3236VBoxTray_SOURCES  = \
  • 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