VirtualBox

Changeset 6990 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Feb 18, 2008 12:56:23 PM (17 years ago)
Author:
vboxsync
Message:

Additions/X11 and HostServices/SharedClipboard: fixed a problem with the X11 clipboard when the clipboard data changes while we are requesting it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/linux.cpp

    r6631 r6990  
    766766    /* The X Toolkit may have failed to get the clipboard selection for us. */
    767767    if (*atomType == XT_CONVERT_FAIL)
     768        return;
     769    /* The clipboard selection may have changed before we could get it. */
     770    if (NULL == pValue)
    768771        return;
    769772    /* We grab this mutex whenever an asynchronous clipboard operation completes and while
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