VirtualBox

Changeset 70596 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 15, 2018 10:46:29 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120304
Message:

DevVGA: cleanup in progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r70563 r70596  
    36973697{
    36983698    RT_NOREF(u32Function);
    3699     VBOXCRCMDCTL *pCmd = (VBOXCRCMDCTL*)pParam->u.pointer.addr;
     3699    VBOXCRCMDCTL *pCmd = (VBOXCRCMDCTL *)pParam->u.pointer.addr;
    37003700    if (pCmd->u.pfnInternal)
    37013701        ((PFNCRCTLCOMPLETION)pCmd->u.pfnInternal)(pCmd, pParam->u.pointer.size, result, pvContext);
     
    37193719    parm.u.pointer.size = cbCmd;
    37203720
    3721     pCmd->u.pfnInternal = (void(*)())pfnCompletion;
     3721    pCmd->u.pfnInternal = (PFNRT)pfnCompletion;
    37223722    int rc = pVMMDev->hgcmHostFastCallAsync(mhCrOglSvc, SHCRGL_HOST_FN_CTL, &parm, i_displayCrHgcmCtlSubmitCompletion,
    37233723                                            pvCompletion);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette