Changeset 86713 in vbox
- Timestamp:
- Oct 26, 2020 4:24:01 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141097
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp
r86712 r86713 948 948 return rc; 949 949 } 950 #endif /* !TESTCASE */951 950 952 951 /** … … 965 964 while (read(pCtx->wakeupPipeRead, acBuf, sizeof(acBuf)) > 0) {} 966 965 } 966 #endif /* !TESTCASE */ 967 967 968 968 /**
Note:
See TracChangeset
for help on using the changeset viewer.