Changeset 80990 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Sep 25, 2019 6:20:09 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp
r80847 r80990 611 611 } 612 612 VGSvcVerbose(4, "clipboard: reporting fFormats=%#x\n", fFormats); 613 VbglR3Clipboard ReportFormats(g_u32ClientId, fFormats);613 VbglR3ClipboardFormatsReport(g_u32ClientId, fFormats); 614 614 } 615 615 … … 658 658 g_fEmptyClipboard = true; 659 659 VGSvcVerbose(3, "Reporting empty clipboard\n"); 660 VbglR3Clipboard ReportFormats(g_u32ClientId, 0);660 VbglR3ClipboardFormatsReport(g_u32ClientId, 0); 661 661 } 662 662 } … … 681 681 g_fEmptyClipboard = true; 682 682 VGSvcVerbose(3, "Reporting empty clipboard\n"); 683 VbglR3Clipboard ReportFormats(g_u32ClientId, 0);683 VbglR3ClipboardFormatsReport(g_u32ClientId, 0); 684 684 685 685 vgsvcClipboardOs2PollViewer();
Note:
See TracChangeset
for help on using the changeset viewer.