VirtualBox

Changeset 85746 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Aug 13, 2020 8:47:12 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139894
Message:

DnD: Renaming -- DND_FORMATS_SEPARATOR -> DND_FORMATS_SEPARATOR_STR and DND_PATH_SEPARATOR -> DND_PATH_SEPARATOR_STR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp

    r85745 r85746  
    19451945            /* Note: Use the URI format here, as X' DnD spec says so. */
    19461946            rc = DnDTransferListGetRootsEx(&pMeta->u.URI.Transfer, DNDTRANSFERLISTFMT_URI, pcszRootPath,
    1947                                            DND_PATH_SEPARATOR, (char **)&pvData, &cbData);
     1947                                           DND_PATH_SEPARATOR_STR, (char **)&pvData, &cbData);
    19481948            break;
    19491949        }
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