Changeset 81178 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 9, 2019 10:47:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r81173 r81178 151 151 { 152 152 RT_NOREF(pCtx); 153 LogFlowFunc(("u32Formats=%d\n", u32Formats)); 153 154 LogFlowFunc(("u32Formats=%RU32\n", u32Formats)); 155 154 156 int rc = VbglR3ClipboardFormatsReport(g_ctx.client, u32Formats); 157 RT_NOREF(rc); 158 155 159 LogFlowFuncLeaveRC(rc); 156 160 }
Note:
See TracChangeset
for help on using the changeset viewer.