VirtualBox

Changeset 85428 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jul 23, 2020 11:10:46 AM (4 years ago)
Author:
vboxsync
Message:

DnD: Added DnDTransferListInit() / DnDTransferListInitEx().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp

    r85371 r85428  
    854854
    855855            /* Use the dropped files directory as the root directory for the current transfer. */
    856             rc = DnDTransferListInit(&pMeta->u.URI.Transfer, DnDDroppedFilesGetDirAbs(&droppedFiles));
     856            rc = DnDTransferListInitEx(&pMeta->u.URI.Transfer, DnDDroppedFilesGetDirAbs(&droppedFiles));
    857857            if (RT_SUCCESS(rc))
    858858            {
     
    17341734    {
    17351735        DNDTRANSFERLIST lstTransfer;
    1736         rc = DnDTransferListInit(&lstTransfer, NULL /* pcszRootPathAbs */);
     1736        rc = DnDTransferListInit(&lstTransfer);
    17371737        if (RT_SUCCESS(rc))
    17381738        {
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