VirtualBox

Changeset 57500 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 21, 2015 4:54:50 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102287
Message:

DnD: Use a separate context for URI object when transferring, misc cleanups.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r56909 r57500  
    7373int DnDPathSanitize(char *pszPath, size_t cbPath);
    7474
     75/** No flags specified. */
     76#define DNDURILIST_FLAGS_NONE                   0
    7577/** Keep the original paths, don't convert paths to relative ones. */
    7678#define DNDURILIST_FLAGS_ABSOLUTE_PATHS         RT_BIT(0)
  • trunk/include/VBox/HostServices/DragAndDropSvc.h

    r55549 r57500  
    439439 * GUEST_DND_CONNECT
    440440 */
    441 typedef struct VBOXDNDCONNECTPMSG
     441typedef struct VBOXDNDCONNECTMSG
    442442{
    443443    VBoxGuestHGCMCallInfo hdr;
     
    448448    HGCMFunctionParameter uFlags;        /* OUT uint32_t */
    449449
    450 } VBOXDNDCONNECTPMSG;
     450} VBOXDNDCONNECTMSG;
    451451
    452452/**
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