VirtualBox

儲存庫 vbox 的更動 12451


忽略:
時間撮記:
2008-9-15 上午08:29:01 (16 年 以前)
作者:
vboxsync
訊息:

fix linux build failure

位置:
trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • 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,
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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