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/VBoxBFE/SDLFramebuffer.cpp

    r19798 r19817  
    228228 */
    229229HRESULT SDLFramebuffer::NotifyUpdate(ULONG x, ULONG y,
    230                                      ULONG w, ULONG h, BOOL *finished)
     230                                     ULONG w, ULONG h)
    231231{
    232232    LogFlow(("SDLFramebuffer::NotifyUpdate: x = %d, y = %d, w = %d, h = %d\n",
     
    258258#endif /* !VBOXBFE_WITH_X11 */
    259259
    260     /*
    261      * The Display thread can continue as we will lock the framebuffer
    262      * from the SDL thread when we get to actually doing the update.
    263      */
    264     if (finished)
    265         *finished = TRUE;
    266260    return S_OK;
    267261}
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