Changeset 79497 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Jul 3, 2019 1:28:33 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131761
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r78581 r79497 224 224 uint32_t Msg; 225 225 uint32_t fFormats; 226 rc = VbglR3ClipboardGetHostMsg (g_ctx.client, &Msg, &fFormats);226 rc = VbglR3ClipboardGetHostMsgOld(g_ctx.client, &Msg, &fFormats); 227 227 if (RT_SUCCESS(rc)) 228 228 {
Note:
See TracChangeset
for help on using the changeset viewer.