Changeset 78318 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Apr 26, 2019 9:51:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-darwin.cpp
r78179 r78318 72 72 if (RT_SUCCESS(rc) && fChanged) 73 73 { 74 vboxSvcClipboardReportMsg(pCtx->pClient, VBOX_SHARED_CLIPBOARD_HOST_MSG_ FORMATS, fFormats);74 vboxSvcClipboardReportMsg(pCtx->pClient, VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS, fFormats); 75 75 Log(("vboxClipboardChanged fFormats %02X\n", fFormats)); 76 76 }
Note:
See TracChangeset
for help on using the changeset viewer.