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.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp

    r51610 r51627  
    263263}
    264264
     265STDMETHODIMP UIFrameBuffer::NotifyUpdateImage(ULONG aX,
     266                                              ULONG aY,
     267                                              ULONG aWidth,
     268                                              ULONG aHeight,
     269                                              ComSafeArrayIn(BYTE, aImage))
     270{
     271    return E_NOTIMPL;
     272}
     273
    265274STDMETHODIMP UIFrameBuffer::VideoModeSupported(ULONG uWidth, ULONG uHeight, ULONG uBPP, BOOL *pfSupported)
    266275{
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h

    r51610 r51627  
    127127      * @note         Calls to this and #setMarkAsUnused method are synchronized (from GUI side). */
    128128    STDMETHOD(NotifyUpdate)(ULONG uX, ULONG uY, ULONG uWidth, ULONG uHeight);
     129    STDMETHOD(NotifyUpdateImage)(ULONG x, ULONG y, ULONG w, ULONG h, ComSafeArrayIn(BYTE, aImage));
    129130
    130131    /** EMT callback: Returns whether the frame-buffer implementation is willing to support a given video-mode.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette