Changeset 83947 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Apr 23, 2020 11:46:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11-stubs.cpp
r82968 r83947 93 93 * @param pClient Context data for the guest system. 94 94 * @param pCmdCtx Command context to use. 95 * @param pFormats Clipboard formats the guest is offering.95 * @param fFormats Clipboard formats the guest is offering. 96 96 */ 97 97 int SharedClipboardSvcImplFormatAnnounce(PSHCLCLIENT pClient, PSHCLCLIENTCMDCTX pCmdCtx, 98 PSHCLFORMATDATA pFormats)98 SHCLFORMATS fFormats) 99 99 { 100 RT_NOREF(pClient, pCmdCtx, pFormats);100 RT_NOREF(pClient, pCmdCtx, fFormats); 101 101 return VINF_SUCCESS; 102 102 }
Note:
See TracChangeset
for help on using the changeset viewer.