Changeset 68367 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
- Timestamp:
- Aug 10, 2017 12:53:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
r64878 r68367 591 591 * because we do not have XPDM display driver any more, i.e. escape requests are handled by cdd 592 592 * that knows nothing about us */ 593 DWORD VBoxDispIfInit(PVBOXDISPIF pIf) 594 { 595 pIf->enmMode = VBOXDISPIF_MODE_XPDM; 593 DWORD VBoxDispIfInit(PVBOXDISPIF pDispIf) 594 { 595 VBoxDispIfSwitchMode(pDispIf, VBOXDISPIF_MODE_XPDM, NULL); 596 596 597 return NO_ERROR; 597 598 }
Note:
See TracChangeset
for help on using the changeset viewer.