Changeset 81044 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Sep 27, 2019 10:49:07 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp
r80995 r81044 62 62 * @param u32Formats The formats available. 63 63 */ 64 void ClipReportX11Formats(SHCLCONTEXT *pCtx, uint32_t u32Formats)64 DECLCALLBACK(void) ClipReportX11FormatsCallback(SHCLCONTEXT *pCtx, uint32_t u32Formats) 65 65 { 66 66 LogFlowFunc(("pCtx=%p, u32Formats=%02X\n", pCtx, u32Formats)); … … 351 351 * @note Host glue code. 352 352 */ 353 int ClipRequestDataForX11(SHCLCONTEXT *pCtx, uint32_t u32Format, void **ppv, uint32_t *pcb)353 DECLCALLBACK(int) ClipRequestDataForX11Callback(SHCLCONTEXT *pCtx, uint32_t u32Format, void **ppv, uint32_t *pcb) 354 354 { 355 355 LogFlowFunc(("pCtx=%p, u32Format=%02X, ppv=%p\n", pCtx, u32Format, ppv));
Note:
See TracChangeset
for help on using the changeset viewer.