Changeset 6990 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Feb 18, 2008 12:56:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/linux.cpp
r6631 r6990 766 766 /* The X Toolkit may have failed to get the clipboard selection for us. */ 767 767 if (*atomType == XT_CONVERT_FAIL) 768 return; 769 /* The clipboard selection may have changed before we could get it. */ 770 if (NULL == pValue) 768 771 return; 769 772 /* We grab this mutex whenever an asynchronous clipboard operation completes and while
Note:
See TracChangeset
for help on using the changeset viewer.