Changeset 80627 in vbox
- Timestamp:
- Sep 6, 2019 10:22:38 AM (5 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboard.cpp
r80449 r80627 117 117 118 118 /* The host has announced available clipboard formats */ 119 case VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS_ WRITE:119 case VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS_REPORT: 120 120 VBoxClientVerbose(2, "host requested guest's clipboard write\n"); 121 121 rc = vbclClipboardForwardToGuest(g_u32ClientId, g_PasteboardRef, fFormats); -
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r80624 r80627 1773 1773 } 1774 1774 1775 #ifndef UNIT_TEST 1775 1776 /** 1776 1777 * SSM descriptor table for the VBOXCLIPBOARDCLIENTSTATEOLD structure. … … 1786 1787 SSMFIELD_ENTRY_TERM() 1787 1788 }; 1789 #endif 1788 1790 1789 1791 static DECLCALLBACK(int) svcSaveState(void *, uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM)
Note:
See TracChangeset
for help on using the changeset viewer.