Changeset 79497 in vbox for trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.cpp
- Timestamp:
- Jul 3, 2019 1:28:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.cpp
r78346 r79497 375 375 uint32_t u32Msg; 376 376 uint32_t u32Formats; 377 int rc = VbglR3ClipboardGetHostMsg (fClientId, &u32Msg, &u32Formats);377 int rc = VbglR3ClipboardGetHostMsgOld(fClientId, &u32Msg, &u32Formats); 378 378 if (RT_SUCCESS(rc)) 379 379 {
Note:
See TracChangeset
for help on using the changeset viewer.