Changeset 13524 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Oct 23, 2008 9:35:36 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 38361
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/x11.cpp
r13523 r13524 340 340 PRTUTF16 pu16DestText = reinterpret_cast<PRTUTF16>(pv); 341 341 XTextProperty property; 342 int rc, cProps; 342 int rc = VINF_SUCCESS; 343 int cProps; 343 344 344 345 LogFlowFunc (("converting COMPOUND TEXT to Utf-16LE. cbSrcLen=%d, cb=%d, pu8SrcText=%.*s\n",
Note:
See TracChangeset
for help on using the changeset viewer.