VirtualBox

Changeset 12451 in vbox for trunk/src


Ignore:
Timestamp:
Sep 15, 2008 8:29:01 AM (16 years ago)
Author:
vboxsync
Message:

fix linux build failure

Location:
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.cpp

    r11654 r12451  
    385385}
    386386
     387/**
     388 * Return id of associated window
     389 *
     390 * @returns          COM status code
     391 * @retval  winId Associated window id
     392 */
     393STDMETHODIMP FFmpegFB::COMGETTER(WinId) (ULONG64 *winId)
     394{
     395    if (!winId)
     396        return E_POINTER;
     397    *winId = 0;
     398    return S_OK;
     399}
     400
    387401// IFramebuffer methods
    388402/////////////////////////////////////////////////////////////////////////////
  • trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.h

    r8155 r12451  
    9898    STDMETHOD(COMGETTER(HeightReduction)) (ULONG *heightReduction);
    9999    STDMETHOD(COMGETTER(Overlay)) (IFramebufferOverlay **aOverlay);
     100    STDMETHOD(COMGETTER(WinId)) (ULONG64 *winId);
    100101
    101102    STDMETHOD(NotifyUpdate)(ULONG x, ULONG y,
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