VirtualBox

Changeset 51627 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jun 17, 2014 10:33:46 AM (10 years ago)
Author:
vboxsync
Message:

IDisplay::SetFramebufferUpdateMode and IFramebuffer::NotifyUpdateImage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DisplayImpl.h

    r51610 r51627  
    4646    ComPtr<IDisplaySourceBitmap> pSourceBitmap;
    4747    bool fDisabled;
     48
     49    FramebufferUpdateMode_T enmFramebufferUpdateMode;
     50
     51    struct
     52    {
     53        ComPtr<IDisplaySourceBitmap> pSourceBitmap;
     54        uint8_t *pu8Address;
     55        uint32_t cbLine;
     56    } updateImage;
    4857
    4958    LONG xOrigin;
     
    204213    STDMETHOD(QuerySourceBitmap)(ULONG aScreenId,
    205214                                 IDisplaySourceBitmap **aDisplaySourceBitmap);
     215    STDMETHOD(SetFramebufferUpdateMode)(ULONG aScreenId,
     216                                        FramebufferUpdateMode_T aFramebufferUpdateMode);
    206217
    207218    static const PDMDRVREG  DrvReg;
    208219
    209220private:
    210 
    211     HRESULT querySourceBitmap(ULONG aScreenId,
    212                               IDisplaySourceBitmap **ppDisplaySourceBitmap);
    213221
    214222#ifdef VBOX_WITH_CRHGSMI
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