VirtualBox

Changeset 100385 in vbox


Ignore:
Timestamp:
Jul 5, 2023 9:51:33 AM (17 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Linux build fixes. bugref:9437

Location:
trunk/src/VBox/GuestHost/SharedClipboard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp

    r100382 r100385  
    17391739    AssertReturn(cbRoots,           VERR_INVALID_PARAMETER);
    17401740
    1741     Log3(("ShClTransferRootsInitFromStringList:\n%.*Rhxd\n", cbRoots, pszRoots));
     1741#ifdef DEBUG_andy
     1742    LogFlowFunc(("Data:\n%.*Rhxd\n", cbRoots, pszRoots));
     1743#endif
    17421744
    17431745    if (!RTStrIsValidEncoding(pszRoots))
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp

    r100384 r100385  
    18211821                }
    18221822
    1823                 Log3(("clipConvertToX11Data:\n%.*RhXd\n", cb, pv));
    1824 
     1823# ifdef DEBUG_andy
     1824                LogFlowFunc(("Data:\n%.*RhXd\n", cb, pv));
     1825# endif
    18251826                void *pvDst = (void *)XtMalloc(cb);
    18261827                if (pvDst)
     
    18421843        /* else not supported yet. */
    18431844    }
    1844 #endif
     1845#endif /* VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS */
    18451846    else
    18461847    {
     
    20752076    *pcbList = 0;
    20762077
    2077     Log3(("ShClX11TransferConvertDataToStringList:\n%.*RhXd\n", cbData, pvData));
     2078# ifdef DEBUG_andy
     2079    LogFlowFunc(("Data:\n%.*RhXd\n", cbData, pvData));
     2080# endif
    20782081
    20792082    char **papszStrings;
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