VirtualBox

Changeset 85536 in vbox for trunk/src


Ignore:
Timestamp:
Jul 30, 2020 6:54:36 AM (4 years ago)
Author:
vboxsync
Message:

DnD/VbglR3: Adapted to new DnDTransferListInitEx() call.

File:
1 edited

Legend:

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

    r85474 r85536  
    856856
    857857            /* Use the dropped files directory as the root directory for the current transfer. */
    858             rc = DnDTransferListInitEx(&pMeta->u.URI.Transfer, DnDDroppedFilesGetDirAbs(&droppedFiles));
     858            rc = DnDTransferListInitEx(&pMeta->u.URI.Transfer, DnDDroppedFilesGetDirAbs(&droppedFiles),
     859                                       DNDTRANSFERLISTFMT_NATIVE);
    859860            if (RT_SUCCESS(rc))
    860861            {
     
    17371738 * @param   pszFormat           In which format the data will be sent.
    17381739 * @param   pvData              Data block to send.
     1740 *                              For URI data this must contain the absolute local URI paths, separated by DND_PATH_SEPARATOR.
    17391741 * @param   cbData              Size (in bytes) of data block to send.
    17401742 */
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