Changeset 55342 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp
- Timestamp:
- Apr 20, 2015 2:19:53 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99671
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.cpp
r53008 r55342 6 6 7 7 /* 8 * Copyright (C) 2011 Oracle Corporation8 * Copyright (C) 2011-2015 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 581 581 int VBoxVbvaChannelDisplayEnable(PVBOXMP_COMMON pCommon, int iDisplay, uint8_t u8Channel) 582 582 { 583 static HGSMICHANNELHANDLER s_OldHandler;584 585 583 LOGF_ENTER(); 586 584 … … 626 624 rc = HGSMIChannelRegister(&pCommon->hostCtx.channels, u8Channel, 627 625 "VGA Miniport HGSMI channel", VBoxVbvaChannelGenericHandlerCB, 628 pContexts , &s_OldHandler);626 pContexts); 629 627 } 630 628
Note:
See TracChangeset
for help on using the changeset viewer.