VirtualBox

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()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h

    r19798 r19817  
    273273
    274274    STDMETHOD(NotifyUpdate) (ULONG aX, ULONG aY,
    275                              ULONG aW, ULONG aH,
    276                              BOOL *aFinished);
     275                             ULONG aW, ULONG aH);
    277276
    278277    ulong pixelFormat() { return mPixelFormat; }
     
    308307
    309308    STDMETHOD(NotifyUpdate) (ULONG aX, ULONG aY,
    310                              ULONG aW, ULONG aH,
    311                              BOOL *aFinished);
     309                             ULONG aW, ULONG aH);
    312310
    313311    uchar *address()
     
    364362
    365363    STDMETHOD(NotifyUpdate) (ULONG aX, ULONG aY,
    366                              ULONG aW, ULONG aH,
    367                              BOOL *aFinished);
     364                             ULONG aW, ULONG aH);
    368365
    369366    uchar *address() { return (uchar *) mSurfaceDesc.lpSurface; }
     
    422419
    423420    STDMETHOD (NotifyUpdate) (ULONG aX, ULONG aY,
    424                               ULONG aW, ULONG aH,
    425                               BOOL *aFinished);
     421                              ULONG aW, ULONG aH);
    426422    STDMETHOD (SetVisibleRegion) (BYTE *aRectangles, ULONG aCount);
    427423
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