VirtualBox

Ignore:
Timestamp:
Apr 12, 2024 2:11:08 PM (10 months ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: ShClTransferRootsInitFromXXX() -> ShClTransferRootsSetFromXXX(). bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp

    r103630 r104317  
    674674    if (RT_SUCCESS(rc))
    675675    {
    676         rc = ShClTransferRootsInitFromStringList(pCtx->pTransfer, (const char *)pvData, cbData);
     676        rc = ShClTransferRootsSetFromStringList(pCtx->pTransfer, (const char *)pvData, cbData);
    677677        if (RT_SUCCESS(rc))
    678678            LogRel2(("Shared Clipboard: Host reported %RU64 X11 root entries for transfer to guest\n",
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