VirtualBox

Changeset 50830 in vbox for trunk/include/VBox/GuestHost


Ignore:
Timestamp:
Mar 20, 2014 4:13:19 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92902
Message:

DnD: Bugfixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/DragAndDrop.h

    r50561 r50830  
    3636int DnDPathSanitizeFilename(char *pszPath, size_t cbPath);
    3737int DnDPathSanitize(char *pszPath, size_t cbPath);
     38
     39/** Keep the original paths, don't convert paths to relative ones. */
     40#define DNDURILIST_FLAGS_ABSOLUTE_PATHS         RT_BIT(0)
    3841
    3942class DnDURIObject
     
    120123protected:
    121124
    122     /** List of all top-level file/directory entries. */
     125    /** List of all top-level file/directory entries.
     126     *  Note: All paths are kept internally as UNIX paths for
     127     *        easier conversion/handling!  */
    123128    RTCList<RTCString>     m_lstRoot;
    124129    /** List of all URI objects added. */
Note: See TracChangeset for help on using the changeset viewer.

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