VirtualBox

Ignore:
Timestamp:
Mar 17, 2007 12:36:52 AM (18 years ago)
Author:
vboxsync
Message:

don't include VBoxGuest.h if we don't need to because it drags in ostypes.h and that conflicts with a core darwin type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.h

    r1 r1550  
    2828
    2929#include "Framebuffer.h"
     30struct _VBVACMDHDR;
    3031
    3132class VMDisplay
     
    4142    void handleDisplayUpdate (int x, int y, int cx, int cy);
    4243
    43     int VideoAccelEnable (bool fEnable, VBVAMEMORY *pVbvaMemory);
     44    int VideoAccelEnable (bool fEnable, struct _VBVAMEMORY *pVbvaMemory);
    4445    void VideoAccelFlush (void);
    4546    bool VideoAccelAllowed (void);
     
    8485    RTSEMEVENTMULTI mUpdateSem;
    8586
    86     VBVAMEMORY *mpVbvaMemory;
     87    struct _VBVAMEMORY *mpVbvaMemory;
    8788    bool        mfVideoAccelEnabled;
    8889
    89     VBVAMEMORY *mpPendingVbvaMemory;
     90    struct _VBVAMEMORY *mpPendingVbvaMemory;
    9091    bool        mfPendingVideoAccelEnable;
    9192    bool        mfMachineRunning;
     
    9495    uint32_t   mcbVbvaPartial;
    9596
    96     bool vbvaFetchCmd (VBVACMDHDR **ppHdr, uint32_t *pcbCmd);
    97     void vbvaReleaseCmd (VBVACMDHDR *pHdr, int32_t cbCmd);
     97    bool vbvaFetchCmd (struct _VBVACMDHDR **ppHdr, uint32_t *pcbCmd);
     98    void vbvaReleaseCmd (struct _VBVACMDHDR *pHdr, int32_t cbCmd);
    9899};
    99100
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