Changeset 82514 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Dec 9, 2019 1:26:25 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp
r80990 r82514 611 611 } 612 612 VGSvcVerbose(4, "clipboard: reporting fFormats=%#x\n", fFormats); 613 VbglR3Clipboard FormatsReport(g_u32ClientId, fFormats);613 VbglR3ClipboardReportFormats(g_u32ClientId, fFormats); 614 614 } 615 615 … … 658 658 g_fEmptyClipboard = true; 659 659 VGSvcVerbose(3, "Reporting empty clipboard\n"); 660 VbglR3Clipboard FormatsReport(g_u32ClientId, 0);660 VbglR3ClipboardReportFormats(g_u32ClientId, 0); 661 661 } 662 662 } … … 681 681 g_fEmptyClipboard = true; 682 682 VGSvcVerbose(3, "Reporting empty clipboard\n"); 683 VbglR3Clipboard FormatsReport(g_u32ClientId, 0);683 VbglR3ClipboardReportFormats(g_u32ClientId, 0); 684 684 685 685 vgsvcClipboardOs2PollViewer();
Note:
See TracChangeset
for help on using the changeset viewer.