Changeset 80449 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 27, 2019 6:36:48 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132940
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboard.cpp
r79548 r80449 117 117 118 118 /* The host has announced available clipboard formats */ 119 case VBOX_SHARED_CLIPBOARD_HOST_MSG_ REPORT_FORMATS:119 case VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS_WRITE: 120 120 VBoxClientVerbose(2, "host requested guest's clipboard write\n"); 121 121 rc = vbclClipboardForwardToGuest(g_u32ClientId, g_PasteboardRef, fFormats);
Note:
See TracChangeset
for help on using the changeset viewer.