VirtualBox

Ignore:
Timestamp:
Aug 10, 2017 12:53:22 PM (7 years ago)
Author:
vboxsync
Message:

VboxTray: Code cleanup in VBoxDisplay service, bugref:8444

File:
1 edited

Legend:

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

    r64878 r68367  
    591591 * because we do not have XPDM display driver any more, i.e. escape requests are handled by cdd
    592592 * that knows nothing about us */
    593 DWORD VBoxDispIfInit(PVBOXDISPIF pIf)
    594 {
    595     pIf->enmMode = VBOXDISPIF_MODE_XPDM;
     593DWORD VBoxDispIfInit(PVBOXDISPIF pDispIf)
     594{
     595    VBoxDispIfSwitchMode(pDispIf, VBOXDISPIF_MODE_XPDM, NULL);
     596
    596597    return NO_ERROR;
    597598}
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