Changeset 39603 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Dec 14, 2011 11:12:56 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75377
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r38878 r39603 715 715 * @thread The emulation thread. 716 716 */ 717 DECLR3CALLBACKMEMBER(void, pfnCrHgsmiCommandProcess, (PPDMIDISPLAYCONNECTOR pInterface, PVBOXVDMACMD_CHROMIUM_CMD pCmd ));717 DECLR3CALLBACKMEMBER(void, pfnCrHgsmiCommandProcess, (PPDMIDISPLAYCONNECTOR pInterface, PVBOXVDMACMD_CHROMIUM_CMD pCmd, uint32_t cbCmd)); 718 718 719 719 /** … … 724 724 * @thread The emulation thread. 725 725 */ 726 DECLR3CALLBACKMEMBER(void, pfnCrHgsmiControlProcess, (PPDMIDISPLAYCONNECTOR pInterface, PVBOXVDMACMD_CHROMIUM_CTL pCtl ));726 DECLR3CALLBACKMEMBER(void, pfnCrHgsmiControlProcess, (PPDMIDISPLAYCONNECTOR pInterface, PVBOXVDMACMD_CHROMIUM_CTL pCtl, uint32_t cbCtl)); 727 727 728 728
Note:
See TracChangeset
for help on using the changeset viewer.