VirtualBox

Changeset 51217 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
May 8, 2014 5:42:50 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93624
Message:

crOpenGL: pdm led, some fixes to follow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmifs.h

    r51121 r51217  
    641641typedef struct VBVAINFOVIEW *PVBVAINFOVIEW;
    642642typedef struct VBVAHOSTFLAGS *PVBVAHOSTFLAGS;
    643 typedef struct VBOXVDMACMD_CHROMIUM_CMD *PVBOXVDMACMD_CHROMIUM_CMD; /* <- chromium [hgsmi] command */
    644 typedef struct VBOXVDMACMD_CHROMIUM_CTL *PVBOXVDMACMD_CHROMIUM_CTL; /* <- chromium [hgsmi] command */
     643struct VBOXVDMACMD_CHROMIUM_CMD; /* <- chromium [hgsmi] command */
     644struct VBOXVDMACMD_CHROMIUM_CTL; /* <- chromium [hgsmi] command */
    645645
    646646
     
    766766     * @thread  The emulation thread.
    767767     */
    768     DECLR3CALLBACKMEMBER(void, pfnCrHgsmiCommandProcess, (PPDMIDISPLAYCONNECTOR pInterface, PVBOXVDMACMD_CHROMIUM_CMD pCmd, uint32_t cbCmd));
     768    DECLR3CALLBACKMEMBER(void, pfnCrHgsmiCommandProcess, (PPDMIDISPLAYCONNECTOR pInterface, struct VBOXVDMACMD_CHROMIUM_CMD* pCmd, uint32_t cbCmd));
    769769
    770770    /**
     
    775775     * @thread  The emulation thread.
    776776     */
    777     DECLR3CALLBACKMEMBER(void, pfnCrHgsmiControlProcess, (PPDMIDISPLAYCONNECTOR pInterface, PVBOXVDMACMD_CHROMIUM_CTL pCtl, uint32_t cbCtl));
     777    DECLR3CALLBACKMEMBER(void, pfnCrHgsmiControlProcess, (PPDMIDISPLAYCONNECTOR pInterface, struct VBOXVDMACMD_CHROMIUM_CTL* pCtl, uint32_t cbCtl));
    778778
    779779    /**
     
    30903090
    30913091    DECLR3CALLBACKMEMBER(int, pfnCrHgsmiCommandCompleteAsync, (PPDMIDISPLAYVBVACALLBACKS pInterface,
    3092                                                                PVBOXVDMACMD_CHROMIUM_CMD pCmd, int rc));
     3092                                                               struct VBOXVDMACMD_CHROMIUM_CMD* pCmd, int rc));
    30933093
    30943094    DECLR3CALLBACKMEMBER(int, pfnCrHgsmiControlCompleteAsync, (PPDMIDISPLAYVBVACALLBACKS pInterface,
    3095                                                                PVBOXVDMACMD_CHROMIUM_CTL pCmd, int rc));
     3095                                                               struct VBOXVDMACMD_CHROMIUM_CTL* pCmd, int rc));
    30963096
    30973097    DECLR3CALLBACKMEMBER(int, pfnCrCtlSubmit, (PPDMIDISPLAYVBVACALLBACKS pInterface,
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