Changeset 19221 in vbox
- Timestamp:
- Apr 27, 2009 4:00:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r19220 r19221 395 395 XtFree(reinterpret_cast<char *>(pValue)); 396 396 vboxClipboardSendData(VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT, 397 NULL, 0); 397 NULL, 0); 398 return; 398 399 } 399 400 /* First convert the compound text to Utf8 */
Note:
See TracChangeset
for help on using the changeset viewer.