Changeset 81053 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Sep 27, 2019 12:50:21 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133656
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp
r81046 r81053 2029 2029 * @note We allocate a request structure which must be freed by the worker 2030 2030 */ 2031 DECLCALLBACK(int) ClipRequestDataFromX11(CLIPBACKEND *pCtx, uint32_t u32Format, 2032 CLIPREADCBREQ *pReq) 2031 int ClipRequestDataFromX11(CLIPBACKEND *pCtx, uint32_t u32Format, CLIPREADCBREQ *pReq) 2033 2032 { 2034 2033 /*
Note:
See TracChangeset
for help on using the changeset viewer.