VirtualBox

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


Ignore:
Timestamp:
Aug 22, 2016 10:32:13 AM (8 years ago)
Author:
vboxsync
Message:

PDMIDISPLAYCONNECTOR: const ptr vs const data mismatch.

File:
1 edited

Legend:

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

    r63241 r63606  
    714714
    715715
    716 typedef struct VBOXVHWACMD *PVBOXVHWACMD; /**< @todo r=bird: A line what it is to make doxygen happy. */
     716/** Pointer to a 2D graphics acceleration command. */
     717typedef struct VBOXVHWACMD *PVBOXVHWACMD;
     718/** Pointer to a VBVA command header. */
    717719typedef struct VBVACMDHDR *PVBVACMDHDR;
     720/** Pointer to a const VBVA command header. */
     721typedef const struct VBVACMDHDR *PCVBVACMDHDR;
     722/** Pointer to a VBVA screen information. */
    718723typedef struct VBVAINFOSCREEN *PVBVAINFOSCREEN;
     724/** Pointer to a const VBVA screen information. */
     725typedef const struct VBVAINFOSCREEN *PCVBVAINFOSCREEN;
     726/** Pointer to a VBVA guest VRAM area information. */
    719727typedef struct VBVAINFOVIEW *PVBVAINFOVIEW;
     728/** Pointer to a const VBVA guest VRAM area information. */
     729typedef const struct VBVAINFOVIEW *PCVBVAINFOVIEW;
    720730typedef struct VBVAHOSTFLAGS *PVBVAHOSTFLAGS;
    721731struct VBOXVDMACMD_CHROMIUM_CMD; /* <- chromium [hgsmi] command */
     
    918928     */
    919929    DECLR3CALLBACKMEMBER(void, pfnVBVAUpdateProcess,(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId,
    920                                                      const PVBVACMDHDR pCmd, size_t cbCmd));
     930                                                     PCVBVACMDHDR pCmd, size_t cbCmd));
    921931
    922932    /**
     
    956966     *          otherwise - the emulation thread.
    957967     */
    958     DECLR3CALLBACKMEMBER(int, pfnVBVAResize,(PPDMIDISPLAYCONNECTOR pInterface, const PVBVAINFOVIEW pView, const PVBVAINFOSCREEN pScreen, void *pvVRAM, bool fResetInputMapping));
     968    DECLR3CALLBACKMEMBER(int, pfnVBVAResize,(PPDMIDISPLAYCONNECTOR pInterface, PCVBVAINFOVIEW pView, PCVBVAINFOSCREEN pScreen, void *pvVRAM, bool fResetInputMapping));
    959969
    960970    /**
Note: See TracChangeset for help on using the changeset viewer.

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