VirtualBox

Ignore:
Timestamp:
Sep 27, 2019 10:49:07 AM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/X11: Emphasize which X11 backend APIs are callbacks and which aren't.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11.cpp

    r80995 r81044  
    6262 * @param  u32Formats           The formats available.
    6363 */
    64 void ClipReportX11Formats(SHCLCONTEXT *pCtx, uint32_t u32Formats)
     64DECLCALLBACK(void) ClipReportX11FormatsCallback(SHCLCONTEXT *pCtx, uint32_t u32Formats)
    6565{
    6666    LogFlowFunc(("pCtx=%p, u32Formats=%02X\n", pCtx, u32Formats));
     
    351351 * @note   Host glue code.
    352352 */
    353 int ClipRequestDataForX11(SHCLCONTEXT *pCtx, uint32_t u32Format, void **ppv, uint32_t *pcb)
     353DECLCALLBACK(int) ClipRequestDataForX11Callback(SHCLCONTEXT *pCtx, uint32_t u32Format, void **ppv, uint32_t *pcb)
    354354{
    355355    LogFlowFunc(("pCtx=%p, u32Format=%02X, ppv=%p\n", pCtx, u32Format, ppv));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette