VirtualBox

Changeset 83947 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Apr 23, 2020 11:46:18 AM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/HostService: Fixed X11 stub implementation.

File:
1 edited

Legend:

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

    r82968 r83947  
    9393 * @param pClient               Context data for the guest system.
    9494 * @param pCmdCtx               Command context to use.
    95  * @param pFormats              Clipboard formats the guest is offering.
     95 * @param fFormats              Clipboard formats the guest is offering.
    9696 */
    9797int SharedClipboardSvcImplFormatAnnounce(PSHCLCLIENT pClient, PSHCLCLIENTCMDCTX pCmdCtx,
    98                                          PSHCLFORMATDATA pFormats)
     98                                         SHCLFORMATS fFormats)
    9999{
    100     RT_NOREF(pClient, pCmdCtx, pFormats);
     100    RT_NOREF(pClient, pCmdCtx, fFormats);
    101101    return VINF_SUCCESS;
    102102}
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