Changeset 6377 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jan 18, 2008 2:20:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/linux.cpp
r6366 r6377 629 629 property.nitems = cbSrcLen; 630 630 #ifdef RT_OS_SOLARIS 631 rc = XConverterNotFound; 632 NOREF(cProps); 631 rc = XmbTextPropertyToTextList(XtDisplay(g_ctx.widget), &property, &ppu8SrcText, &cProps); 633 632 #else 634 633 rc = Xutf8TextPropertyToTextList(XtDisplay(g_ctx.widget), &property, &ppu8SrcText, &cProps); … … 1414 1413 /* And finally (!) convert the Utf8 text to compound text. */ 1415 1414 #ifdef RT_OS_SOLARIS 1416 rc = XConverterNotFound; 1415 rc = XmbTextListToTextProperty(XtDisplay(g_ctx.widget), &pu8DestText, 1, 1416 XCompoundTextStyle, &property); 1417 1417 #else 1418 1418 rc = Xutf8TextListToTextProperty(XtDisplay(g_ctx.widget), &pu8DestText, 1,
Note:
See TracChangeset
for help on using the changeset viewer.