VirtualBox

Ignore:
Timestamp:
Mar 2, 2020 2:56:27 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard: ticketref:19336 Linux guest: shared clipboard doesn't work (on fresh VirtualBox-6.1.4-136177)

File:
1 edited

Legend:

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

    r82968 r83184  
    108108#endif
    109109    {
    110         uint32_t cbData = _4K; /** @ŧodo Make this dynamic. */
     110        uint32_t cbData = _4K; /** @todo Make this dynamic. */
    111111        void    *pvData = RTMemAlloc(cbData);
    112112        if (pvData)
     
    216216 * @returns VBox status code.
    217217 */
    218 #if 0
    219218static int vboxClipboardConnect(void)
    220219{
     
    246245    return rc;
    247246}
    248 #endif
    249247
    250248/**
     
    470468
    471469    /* Initialise the guest library. */
    472     int rc = 0; //vboxClipboardConnect();
     470    int rc = vboxClipboardConnect();
    473471    if (RT_SUCCESS(rc))
    474472    {
     
    478476        {
    479477#endif
    480             RTThreadSleep(60 * 1000);
    481 
    482             //rc = vboxClipboardMain();
     478            rc = vboxClipboardMain();
    483479
    484480#ifdef VBOX_WITH_SHARED_CLIPBOARD_FUSE
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