VirtualBox

Ignore:
Timestamp:
Jun 17, 2014 10:33:46 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94380
Message:

IDisplay::SetFramebufferUpdateMode and IFramebuffer::NotifyUpdateImage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp

    r51610 r51627  
    419419}
    420420
     421STDMETHODIMP VBoxSDLFB::NotifyUpdateImage(ULONG aX,
     422                                          ULONG aY,
     423                                          ULONG aWidth,
     424                                          ULONG aHeight,
     425                                          ComSafeArrayIn(BYTE, aImage))
     426{
     427    return E_NOTIMPL;
     428}
     429
    421430extern ComPtr<IDisplay> gpDisplay;
    422431
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