Changeset 82266 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Nov 28, 2019 2:39:23 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135084
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp
r82156 r82266 285 285 * @todo Change this to deal with the buffer issues rather than offloading them onto the caller. 286 286 */ 287 DECLCALLBACK(void) ShCl RequestFromX11CompleteCallback(PSHCLCONTEXT pCtx, int rcCompletion,288 CLIPREADCBREQ *pReq, void *pv, uint32_t cb)287 DECLCALLBACK(void) ShClX11RequestFromX11CompleteCallback(PSHCLCONTEXT pCtx, int rcCompletion, 288 CLIPREADCBREQ *pReq, void *pv, uint32_t cb) 289 289 { 290 290 RT_NOREF(rcCompletion);
Note:
See TracChangeset
for help on using the changeset viewer.