Changeset 19800 in vbox
- Timestamp:
- May 18, 2009 7:45:06 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47443
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r19221 r19800 1036 1036 return false; 1037 1037 } 1038 cwHostText = cbHostText / 2; 1038 1039 LogFlow(("vboxClipboardConvertCText: original text is %.*ls\n", cwHostText, pu16HostText)); 1039 cwHostText = cbHostText / 2;1040 1040 cwGuestText = vboxClipboardUtf16GetLinSize(pu16HostText, cwHostText); 1041 1041 pu16GuestText = reinterpret_cast<PRTUTF16>(RTMemAlloc(cwGuestText * 2));
Note:
See TracChangeset
for help on using the changeset viewer.