VirtualBox

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


Ignore:
Timestamp:
May 19, 2009 12:16:28 PM (16 years ago)
Author:
vboxsync
Message:

IFramebuffer cleanup next part:

  • removed obsolete internal framebuffer
  • removed IFramebuffer::setupInternalFramebuffer(), IFramebuffer::lockFramebuffer(), IFramebuffer::unlockFramebuffer(), IFramebuffer::registerExternalFramebuffer()
  • removed unused finished parameter of IFramebuffer::NotifyUpdate()
Location:
trunk/src/VBox/Main/include
Files:
1 deleted
1 edited

Legend:

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

    r19239 r19817  
    232232
    233233    // IDisplay methods
    234     STDMETHOD(SetupInternalFramebuffer)(ULONG depth);
    235     STDMETHOD(LockFramebuffer)(BYTE **address);
    236     STDMETHOD(UnlockFramebuffer)();
    237     STDMETHOD(RegisterExternalFramebuffer)(IFramebuffer *frameBuf);
    238234    STDMETHOD(SetFramebuffer)(ULONG aScreenId, IFramebuffer *aFramebuffer);
    239235    STDMETHOD(GetFramebuffer)(ULONG aScreenId, IFramebuffer **aFramebuffer, LONG *aXOrigin, LONG *aYOrigin);
     
    256252
    257253    static DECLCALLBACK(int) changeFramebuffer (Display *that, IFramebuffer *aFB,
    258                                                 bool aInternal, unsigned uScreenId);
     254                                                unsigned uScreenId);
    259255
    260256    static DECLCALLBACK(void*) drvQueryInterface(PPDMIBASE pInterface, PDMINTERFACE enmInterface);
     
    277273    /** Set after the first attempt to find the VMM Device. */
    278274    bool                    mfVMMDevInited;
    279     bool mInternalFramebuffer;
    280275
    281276    unsigned mcMonitors;
     
    283278
    284279    bool mFramebufferOpened;
    285     /** bitmask of acceleration operations supported by current framebuffer */
    286     ULONG mSupportedAccelOps;
    287     RTSEMEVENTMULTI mUpdateSem;
    288280
    289281    /* arguments of the last handleDisplayResize() call */
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