Changeset 79548 in vbox
- Timestamp:
- Jul 5, 2019 8:21:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboard.cpp
r78332 r79548 97 97 VBoxClientVerbose(2, "waiting for new host request\n"); 98 98 99 rc = VbglR3ClipboardGetHostMsg (g_u32ClientId, &Msg, &fFormats);99 rc = VbglR3ClipboardGetHostMsgOld(g_u32ClientId, &Msg, &fFormats); 100 100 if (RT_SUCCESS(rc)) 101 101 {
Note:
See TracChangeset
for help on using the changeset viewer.