Changeset 104317 in vbox for trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp
- Timestamp:
- Apr 12, 2024 2:11:08 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp
r103630 r104317 674 674 if (RT_SUCCESS(rc)) 675 675 { 676 rc = ShClTransferRoots InitFromStringList(pCtx->pTransfer, (const char *)pvData, cbData);676 rc = ShClTransferRootsSetFromStringList(pCtx->pTransfer, (const char *)pvData, cbData); 677 677 if (RT_SUCCESS(rc)) 678 678 LogRel2(("Shared Clipboard: Host reported %RU64 X11 root entries for transfer to guest\n",
Note:
See TracChangeset
for help on using the changeset viewer.