VirtualBox

忽略:
時間撮記:
2015-10-14 上午11:31:33 (9 年 以前)
作者:
vboxsync
訊息:

DnD: Bugfixes.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp

    r58212 r58230  
    804804        Msg.setNextUInt32(pData->getFmtSize());                                            /* cbFormat */
    805805        Msg.setNextPointer(pData->getMeta().getDataMutable(), pData->getMeta().getSize()); /* pvData */
    806         /* Note1: Fill in the total data to send.
    807          * Note2: Only supports uint32_t. */
    808         Msg.setNextUInt32((uint32_t)pData->getTotal());                                    /* cbData */
     806        /* Fill in the current data block size to send.
     807         * Note: Only supports uint32_t. */
     808        Msg.setNextUInt32((uint32_t)pData->getMeta().getSize());                           /* cbData */
    809809    }
    810810    else
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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