Changeset 91933 in vbox
- Timestamp:
- Oct 21, 2021 10:44:19 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp
r90794 r91933 1921 1921 #endif 1922 1922 1923 if (pvSrc == NULL) 1923 /* If X11 clipboard buffer has no data, libXt can pass to XtGetSelectionValue() 1924 * callback an empty string, in this case cbSrc is 0. */ 1925 if (pvSrc == NULL || cbSrc == 0) 1924 1926 { 1925 1927 /* The clipboard selection may have changed before we could get it. */
Note:
See TracChangeset
for help on using the changeset viewer.