VirtualBox

Ignore:
Timestamp:
Jun 12, 2014 10:40:59 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94348
Message:

Reverted r94341: too early.

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

Legend:

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

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

    r51606 r51610  
    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));
    130129
    131130    /** 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